MediaWiki:Common.css/src/interface/mainBox/navBar/tabs/watch.scss

From Terraria Wiki
Jump to navigation Jump to search

This page is one of the SCSS pages which are the basis for MediaWiki:Common.css. After you edit this page, you will need to recompile them for your changes to take effect. See Terraria Wiki:CSS to learn more.

Ancestors: / src / interface / mainBox / navBar / tabs / watch.scss

Siblings:dropdown.scsstab.scsswatch.scss

Children: (none)

@use "../../../../lib";
/* watch/unwatch star */
#mw-head .vector-menu-tabs {
	.mw-watchlink.icon a{
		--theme-link-color-hover: var(--theme-icon-color-hover);
		@include lib.tab-icon;
		&::before{
			transform-origin: 50% calc( var(--icon-size) / 2 * 1.125 );
		}
	}


	#ca-watch.icon{
		/* line star */
		--icon: var(--icon-star-empty);
	}
	#ca-unwatch.icon{
		/* solid star */
		--icon: var(--icon-star-filled);
	}
}