Bug 1702613 - Search bar panel is not readable in High Contrast Mode. r=harry,desktop-theme-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D110669
This commit is contained in:
Marco Bonardo 2021-04-08 15:59:09 +00:00
Родитель 55af083348
Коммит d71d81ea19
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -260,10 +260,10 @@
.search-setting-button[selected] {
background-color: var(--autocomplete-popup-highlight-background);
color: var(--autocomplete-popup-highlight-color);
color: var(--autocomplete-popup-highlight-color) !important;
}
.search-setting-button[selected]:hover {
color: var(--autocomplete-popup-highlight-color);
color: var(--autocomplete-popup-highlight-color) !important;
}
.search-setting-button-compact > .button-box > .button-icon {

Просмотреть файл

@ -817,13 +817,16 @@
@media (-moz-proton-urlbar) {
#PopupSearchAutoComplete {
background-color: var(--lwt-toolbar-field-focus);
border: 1px solid var(--arrowpanel-border-color);
/* Remove the top border since the panel is flush with the input. */
border-top-width: 0;
/* override autocomplete.css padding */
padding: var(--panel-subview-body-padding) !important;
}
#PopupSearchAutoComplete:-moz-lwtheme {
background-color: var(--lwt-toolbar-field-focus);
}
} /*** END proton ***/
#PopupSearchAutoComplete .autocomplete-richlistitem[selected] {