зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
89be9ecdc9
Коммит
13048a6e71
|
@ -722,7 +722,11 @@
|
|||
}
|
||||
|
||||
.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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче