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