MediaWiki:Vector.less/vectorsearch.less: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
Line 135: Line 135:
.cdx-menu-item--enabled.cdx-menu-item--highlighted {
.cdx-menu-item--enabled.cdx-menu-item--highlighted {
background-color: var(--body-dark);
background-color: var(--body-dark);

&, .cdx-menu-item__content, .cdx-menu-item__text__description {
&, .cdx-menu-item__content, .cdx-menu-item__text__description {
color: var(--dark-text-color);
color: white;
}
}
}
}
.cdx-menu-item__text__description {
.cdx-menu-item__text__description {
color: var(--byline-color);
color: gray;
}
}
}
}