Bug 1464714 - Make disabled .subviewbutton use --panel-disabled-color. r=dao

Differential Revision: https://phabricator.services.mozilla.com/D4396

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Nguyen 2018-08-28 08:45:38 +00:00
Родитель e262584728
Коммит 1345af50dd
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -871,6 +871,10 @@ panelview .toolbarbutton-1,
outline: 0; outline: 0;
} }
.subviewbutton[disabled="true"] {
color: var(--panel-disabled-color);
}
.subviewbutton > .toolbarbutton-text { .subviewbutton > .toolbarbutton-text {
padding: 0; padding: 0;
padding-inline-start: 24px; /* This is 16px for the icon + 8px for the padding as defined below. */ padding-inline-start: 24px; /* This is 16px for the icon + 8px for the padding as defined below. */