Bug 1750212 - Let the all tabs menu use the same menu item hover and active background colors as other panels. r=amy

Differential Revision: https://phabricator.services.mozilla.com/D136015
This commit is contained in:
Dão Gottwald 2022-01-18 21:38:00 +00:00
Родитель 89be9ecdc9
Коммит 13048a6e71
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -722,7 +722,11 @@
} }
.all-tabs-item:hover { .all-tabs-item:hover {
background-color: var(--button-hover-bgcolor); background-color: var(--panel-item-hover-bgcolor);
}
.all-tabs-item:hover:active {
background-color: var(--panel-item-active-bgcolor);
} }
.all-tabs-item:hover > .all-tabs-button, .all-tabs-item:hover > .all-tabs-button,