Bug 1524889 - Increase the contrast of multiselected background tabs. r=dao

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jared Wein 2019-02-26 04:51:57 +00:00
Родитель e5f9055504
Коммит 7294cd9855
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -502,10 +502,10 @@
background-repeat: repeat-x;
}
/* Add a translucent color (current text color at .2 alpha) on top of multiselected tabs */
/* Add a translucent color on top of multiselected tabs */
.tab-background[multiselected=true]:not([selected=true]) > .tab-background-inner {
background: currentColor;
opacity: .2;
opacity: .1;
}
.tab-line[multiselected],