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