From efa15b2a7174d1bac2733ebe29972192a0c914b0 Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 15 Jan 2018 21:38:58 +0100 Subject: [PATCH] fixes a11y color contrast on map zoom control --- app/assets/stylesheets/layout.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index b5a3b794d..6ab56b14d 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2530,3 +2530,10 @@ table { text-decoration: none; } } + +.leaflet-bar a { + + &.leaflet-disabled { + color: #525252 !important; + } +}