Added disabled styling to always enabled settings

This commit is contained in:
farhatahmad
2020-04-06 17:06:35 -04:00
parent 63b6bb7407
commit 1d88f54b44
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -109,3 +109,7 @@
text-decoration: line-through;
}
.enabled-setting {
background: lightgray;
pointer-events: none;
}