Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* [[phab:T265570]] */
li#ca-wikilove {
	line-height: 1.4em; /* account for scripts with tall ascenders */
}
#ca-wikilove.icon a {
	display: block;
	width: 28px;
	padding: 15px 5px 0;
	overflow: hidden;
	outline: 0;
}
/* icon style */
/* Only use icon if the menu item is not collapsed into the "More" dropdown
 * (in which case it is inside #p-cactions not #p-views). */
#p-views #ca-wikilove.icon a:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-bottom: 15px;
	background-image: url( /w/extensions/WikiLove/resources/images/heart-icons-red.svg );
	background-position: -24px 0;
}
#ca-wikilove.icon a:hover:before,
#ca-wikilove.icon a:focus:before {
	background-position: 0 0;
}