fix: invisible dropdown text when header is colored
Some checks are pending
Backend Tests / run (push) Waiting to run
Frontend Workflow / run (push) Waiting to run
Static Code Analysis / run (push) Waiting to run

This commit is contained in:
Sami Mazouz 2025-01-10 09:58:07 +01:00
parent 55aa8a7723
commit 958dec5944
No known key found for this signature in database

View File

@ -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;