mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Merge "styles: Remove linear-gradient
hack for non-supported browsers"
This commit is contained in:
commit
0bb47ce2e2
|
@ -33,30 +33,30 @@
|
|||
}
|
||||
|
||||
#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 {
|
||||
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 {
|
||||
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: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: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: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…
Reference in a new issue