Avoid applying the base background colour twice to buttons in leaflet-controls
This commit is contained in:
parent
01907f22a0
commit
24bacf46af
@ -27,6 +27,12 @@
|
||||
@extend %button;
|
||||
}
|
||||
|
||||
/* Avoid applying the base background colour twice, in case its semi-transparent */
|
||||
> a:not(:hover):not(:focus):not(:active),
|
||||
> button:not(:hover):not(:focus):not(:active) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@media print {
|
||||
display: none !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user