mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
Revert "add red outline when controling."
This commit is contained in:
parent
56a00a404c
commit
5ae700aea0
@ -2,7 +2,6 @@
|
|||||||
<canvas
|
<canvas
|
||||||
ref="overlay"
|
ref="overlay"
|
||||||
class="neko-overlay"
|
class="neko-overlay"
|
||||||
:class="isControling ? 'neko-active' : ''"
|
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
:style="{ cursor }"
|
:style="{ cursor }"
|
||||||
@click.stop.prevent
|
@click.stop.prevent
|
||||||
@ -28,15 +27,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
|
||||||
&.neko-active {
|
|
||||||
outline: 2px solid red;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cursor {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user