Bug 1480682 - Update sidebar color in about:debugging;r=daisuke

Looking at the mocks, the non-selected color is closer to grey-50.
The text should have the same color as the icons.

Depends on D2703

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Julian Descottes 2018-08-06 08:50:07 +00:00
parent d7873db39a
commit c60a3062a6

View File

@ -3,11 +3,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
.sidebar-item {
--sidebar-item-icon-color: var(--grey-30);
--sidebar-item-color: var(--grey-50);
--sidebar-item-selected-color: var(--blue-55);
}
.sidebar-item {
color: var(--sidebar-item-color);
align-items: center;
display: flex;
font-size: 20px;
@ -15,7 +16,7 @@
}
.sidebar-item__icon {
fill: var(--sidebar-item-icon-color);
fill: var(--sidebar-item-color);
height: 24px;
margin-inline-end: 9px;
width: 24px;