Increase inactive opacity a little for better discoverability

This commit is contained in:
Henrik Giesel 2021-08-03 05:52:57 +02:00
parent 357a6c5cc6
commit d7232212a8

View file

@ -55,7 +55,7 @@
cursor: pointer; cursor: pointer;
&.is-inactive { &.is-inactive {
opacity: 0.1; opacity: 0.2;
} }
&.icon--hover { &.icon--hover {