Merge commit '717fde3a34
' into development-chromium
This commit is contained in:
commit
89973b762a
2 changed files with 11 additions and 7 deletions
|
@ -22,3 +22,7 @@ nav#header {
|
|||
nav .input-field input[type="search"], textarea {
|
||||
color: var(--font-color-main) !important;
|
||||
}
|
||||
|
||||
nav .brand-logo {
|
||||
color: var(--font-color-main) !important;
|
||||
}
|
||||
|
|
|
@ -6,8 +6,8 @@ article[data-result-linked="filters"] > h2 {
|
|||
display: none;
|
||||
}
|
||||
|
||||
a[data-result-linked="filters"] > * {
|
||||
display: none;
|
||||
nav a[data-result-linked="filters"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
|
@ -16,7 +16,7 @@ a[data-result-linked="filters"] > * {
|
|||
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
a[data-result-linked="filters"] > * {
|
||||
display: block;
|
||||
nav a[data-result-linked="filters"] {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue