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