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:
Dão Gottwald 2018-06-29 14:15:32 +02:00
parent 8895c91208
commit c80515dd88

View File

@ -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;
}