Make selected view mode more glowy

This commit is contained in:
Lim Chee Aun 2023-11-01 10:00:28 +08:00
parent 6ec7073151
commit 478271348e

View file

@ -86,7 +86,8 @@
transition: all 0.2s ease-out;
}
#shortcuts-settings-container .shortcuts-view-mode label.checked {
box-shadow: inset 0 0 0 3px var(--link-color);
box-shadow: inset 0 0 0 3px var(--link-color),
inset 0 0 32px var(--link-faded-color);
}
#shortcuts-settings-container
.shortcuts-view-mode