зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1468060 - Fix disabled styling for toolbaritem-combined-buttons in appMenu-popup. r=jaws
MozReview-Commit-ID: 2GfHwaiQL73 --HG-- extra : rebase_source : df492dccdbfe74d4d6a9a29696b0991e70fb210f
This commit is contained in:
Родитель
8895c91208
Коммит
c80515dd88
|
@ -1283,7 +1283,8 @@ toolbarpaletteitem[place="menu-panel"] > .toolbaritem-combined-buttons > toolbar
|
|||
max-width: calc(@menuPanelButtonWidth@ - 1px);
|
||||
}
|
||||
|
||||
.toolbaritem-combined-buttons@inAnyPanel@ > toolbarbutton[disabled] {
|
||||
.toolbaritem-combined-buttons@inAnyPanel@ > toolbarbutton:not(.toolbarbutton-1)[disabled] {
|
||||
opacity: 0.4;
|
||||
/* Override toolbarbutton.css which sets the color to GrayText */
|
||||
color: inherit;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче