Revert "add red outline when controling."

This commit is contained in:
Miroslav Šedivý 2021-02-15 16:01:25 +01:00
parent 56a00a404c
commit 5ae700aea0

View File

@ -2,7 +2,6 @@
<canvas
ref="overlay"
class="neko-overlay"
:class="isControling ? 'neko-active' : ''"
tabindex="0"
:style="{ cursor }"
@click.stop.prevent
@ -28,15 +27,6 @@
width: 100%;
height: 100%;
outline: 0;
&.neko-active {
outline: 2px solid red;
box-sizing: border-box;
}
.cursor {
position: relative;
}
}
</style>