Bug 1402311 - use fill-opacity instead of hardcoded fill colour for disabled overflow button in customize mode, r=dao

MozReview-Commit-ID: JKeA5ZNAh5J

--HG--
extra : rebase_source : 1fc144cd243b5686afb9fcb736f678656355a27d
This commit is contained in:
Gijs Kruitbosch 2017-09-26 15:17:26 +01:00
Родитель 6dfaaea25b
Коммит 15c8092d8b
1 изменённых файлов: 3 добавлений и 6 удалений

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

@ -446,15 +446,12 @@ toolbarpaletteitem[place=toolbar] > toolbarspring {
margin-bottom: -1px;
}
/* The overflow button icon _looks_ disabled, but is also shown as [open]. */
#nav-bar[customizing] > .overflow-button {
/* This color is the hard-coded #4c4c4c at 40% opacity as found in toolbarbutton-icons.inc.css */
fill: hsla(0,0%,30%,.4);
}
/* In customize mode, the overflow button should look both 'disabled' and 'open'.
* So we make the button fully opaque but fill the icon semi-transparent. */
#nav-bar[customizing] > .overflow-button > .toolbarbutton-icon {
background-color: var(--toolbarbutton-active-background);
opacity: 1;
fill-opacity: 0.4;
}
#customization-panelWrapper > .panel-arrowbox > .panel-arrow[side="top"] {