Remove 50% opacity from notification badges when they are all read

This was originally decided in T115845 and then the decision
was reversed in T329300.

Bug: T329300
Change-Id: Ife3ab7501af00420965282adc0a6ee31990a68b1
This commit is contained in:
Ed Sanders 2023-03-06 14:41:35 +00:00
parent 6c9cb30ccd
commit 39c6e6f7b6

View file

@ -69,8 +69,6 @@
}
&.mw-echo-notifications-badge-all-read {
opacity: 0.51;
&:after {
visibility: hidden;
}