mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -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 {
|
&:hover {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
box-shadow: inset 0 0 10px 3px rgb(0 0 0 / 30%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|
Loading…
Reference in a new issue