aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/settings.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/settings.scss')
-rw-r--r--src/styles/settings.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 324175d0b..305450fd2 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -92,6 +92,10 @@
92 } 92 }
93 } 93 }
94 94
95 &.is-disabled {
96 filter: grayscale(100%) opacity(.2);
97 }
98
95 &.is-active { 99 &.is-active {
96 background: $dark-theme-gray; 100 background: $dark-theme-gray;
97 color: $dark-theme-gray-smoke; 101 color: $dark-theme-gray-smoke;