Merge "styles: Remove linear-gradient hack for non-supported browsers"

This commit is contained in:
jenkins-bot 2022-07-20 23:40:23 +00:00 committed by Gerrit Code Review
commit 0bb47ce2e2

View file

@ -33,30 +33,30 @@
} }
#ca-unwatch.icon a:before { #ca-unwatch.icon a:before {
background-image: linear-gradient( transparent, transparent ), url( images/unwatch-icon.svg ); background-image: url( images/unwatch-icon.svg );
} }
#ca-unwatch.mw-watchlink-temp.icon a:before { #ca-unwatch.mw-watchlink-temp.icon a:before {
background-image: linear-gradient( transparent, transparent ), url( images/unwatch-temp-icon.svg ); background-image: url( images/unwatch-temp-icon.svg );
} }
#ca-watch.icon a:before { #ca-watch.icon a:before {
background-image: linear-gradient( transparent, transparent ), url( images/watch-icon.svg ); background-image: url( images/watch-icon.svg );
} }
#ca-unwatch.icon a:hover:before, #ca-unwatch.icon a:hover:before,
#ca-unwatch.icon a:focus:before { #ca-unwatch.icon a:focus:before {
background-image: linear-gradient( transparent, transparent ), url( images/unwatch-icon-hl.svg ); background-image: url( images/unwatch-icon-hl.svg );
} }
#ca-unwatch.mw-watchlink-temp.icon a:hover:before, #ca-unwatch.mw-watchlink-temp.icon a:hover:before,
#ca-unwatch.mw-watchlink-temp.icon a:focus:before { #ca-unwatch.mw-watchlink-temp.icon a:focus:before {
background-image: linear-gradient( transparent, transparent ), url( images/unwatch-temp-icon-hl.svg ); background-image: url( images/unwatch-temp-icon-hl.svg );
} }
#ca-watch.icon a:hover:before, #ca-watch.icon a:hover:before,
#ca-watch.icon a:focus:before { #ca-watch.icon a:focus:before {
background-image: linear-gradient( transparent, transparent ), url( images/watch-icon-hl.svg ); background-image: url( images/watch-icon-hl.svg );
} }
// Loading watchstar link class. // Loading watchstar link class.