summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/custom.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index 8e0d9dd59..92ffbbec4 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -29,6 +29,14 @@ label {
min-height: 1.5rem;
}
+[aria-disabled="true"] {
+ opacity: 0.3;
+}
+
+[aria-disabled="true"]:hover {
+ cursor: not-allowed;
+}
+
.clearfix{
clear: both;
}