Merge pull request #8000 from hallaathrad/feature/night-mode
Fixes invisible buttons on Map's drawer (Night mode)
This commit is contained in:
@ -321,7 +321,11 @@
|
||||
background-color: #333;
|
||||
}
|
||||
.map-aside {
|
||||
border-left-color:#222;
|
||||
border-left-color:#222;
|
||||
&-action-item {
|
||||
filter: brightness(2) saturate(0);
|
||||
-webkit-filter: brightness(2) saturate(0);
|
||||
}
|
||||
}
|
||||
#map-filter, .input-group-addon {
|
||||
border-color: #222;
|
||||
|
Reference in New Issue
Block a user