mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 10:27:45 +01:00
Fix button style in disabled state as reported by @pathmapper
This commit is contained in:
parent
3ac06c7cb1
commit
26907f7014
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@
|
||||||
.maputnik-icon-button {
|
.maputnik-icon-button {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
&:hover {
|
&:hover:not(:disabled) {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
label,
|
label,
|
||||||
|
|
Loading…
Reference in a new issue