[Regression] Restore proper watchstar icons in Vector 2022

Wrong watchstar icons were specified when splitting the watchstar
into modern and legacy Vector in 3c0559a7.

Change-Id: Ice369f5d81818b093014cf508c2d4336c66368ed
This commit is contained in:
Jan Drewniak 2022-07-22 15:29:04 -04:00
parent 1297733a65
commit 34a8bc6690
1 changed files with 4 additions and 4 deletions

View File

@ -26,21 +26,21 @@
}
#ca-unwatch.mw-watchlink-temp.icon a:before {
background-image: url( ../common/images/unwatch-icon.svg );
background-image: url( ../common/images/unwatch-temp-icon.svg );
}
#ca-watch.icon a:before {
background-image: url( ../common/images/unwatch-icon.svg );
background-image: url( ../common/images/watch-icon.svg );
}
#ca-unwatch.icon a:hover:before,
#ca-unwatch.icon a:focus:before {
background-image: url( ../common/images/unwatch-icon.svg );
background-image: url( ../common/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: url( ../common/images/unwatch-icon.svg );
background-image: url( ../common/images/unwatch-temp-icon-hl.svg );
}
#ca-watch.icon a:hover:before,