mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Increase inactive opacity a little for better discoverability
This commit is contained in:
parent
357a6c5cc6
commit
d7232212a8
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&.is-inactive {
|
&.is-inactive {
|
||||||
opacity: 0.1;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.icon--hover {
|
&.icon--hover {
|
||||||
|
|
Loading…
Reference in a new issue