Skip to content

Commit

Permalink
fix: invisible dropdown text when header is colored
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Jan 10, 2025
1 parent 55aa8a7 commit 958dec5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions framework/core/less/forum/HeaderList.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 958dec5

Please sign in to comment.