mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
Add active shadow on ColorPicker
This commit is contained in:
parent
e25583d7ff
commit
4280bf28f8
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
&:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
&:active {
|
||||
box-shadow: inset 0 0 10px 3px rgb(0 0 0 / 30%);
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
Loading…
Reference in a new issue