From 26907f7014f9ea50db406517f20f7f0cd6277970 Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 16 Feb 2020 17:34:23 +0000 Subject: [PATCH] Fix button style in disabled state as reported by @pathmapper --- src/styles/_components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_components.scss b/src/styles/_components.scss index 411f5e53..a4d666f8 100644 --- a/src/styles/_components.scss +++ b/src/styles/_components.scss @@ -146,7 +146,7 @@ .maputnik-icon-button { background-color: transparent; - &:hover { + &:hover:not(:disabled) { background-color: transparent; label,