Streamline opacity on personal tool icons

Selector was set on the element's class, not the icon carrying
pseudo class, resulting in a hard to predict
double opacity application. Also changing default opacity to
WikimediaUI Base values.

Bug: T207542
Change-Id: I1f45e721ee30acfd6261edcbc9d81cf92c7217a3
This commit is contained in:
Volker E 2018-11-07 21:16:55 -08:00
parent dd420402ba
commit 39db100cbc

View file

@ -35,7 +35,7 @@
position: absolute;
display: inline-block;
cursor: pointer;
opacity: 0.8;
opacity: 0.87;
content: '';
background-repeat: no-repeat;
// Bring it back onscreen
@ -65,13 +65,16 @@
&.mw-echo-notifications-badge-long-label {
margin-right: 0.5em;
&:after {
left: 35%;
}
}
&.mw-echo-notifications-badge-all-read {
opacity: 0.625;
&:before {
opacity: 0.51;
}
&:after {
visibility: hidden;