mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Fix for drawer's invisible buttons
This commit is contained in:
parent
378e325ee4
commit
df175eb8d0
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user