diff --git a/resources/images/star-half-filled.svg b/resources/images/star-half-filled.svg new file mode 100644 index 0000000..2363c7e --- /dev/null +++ b/resources/images/star-half-filled.svg @@ -0,0 +1,12 @@ + + + temporarily watched + + + + + + + + + diff --git a/resources/screen-common.less b/resources/screen-common.less index 3c74d08..bd0dda3 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -254,6 +254,11 @@ body { .ca-icon-only(); } +#ca-unwatch.mw-watchlink-temp a { + .ca-icon( 'images/star-half-filled' ); + .ca-icon-only(); +} + #ca-edit a { .ca-icon( 'images/pencil-grey' ); }