mirror of
https://github.com/flarum/framework.git
synced 2025-02-22 04:43:26 +08:00
fix: invisible dropdown text when header is colored
This commit is contained in:
parent
55aa8a7723
commit
958dec5944
@ -5,6 +5,12 @@
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
@media @tablet-up {
|
||||
[data-colored-header=true] &, [data-colored-header=true] & a {
|
||||
color: var(--text-color);
|
||||
}
|
||||
}
|
||||
|
||||
&-header, &-footer {
|
||||
@media @tablet-up {
|
||||
padding: 12px 15px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user