From 0d93d19602f6796e2a8beef331721c704b3f8e1f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 12 Oct 2022 14:59:34 +0200 Subject: Geo: zoom on feature WIP --- scss/custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scss') 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; } -- cgit v1.2.3