Fix styling for #catlinks:hover in Visual Editor

Use the same color (transparent blue) as `.mw-references > li:hover`
from `ve.ce.MWReferencesListNode.less`.

Bug: T370609
Change-Id: I8d8339b4c75aa5bc51c61df870fd1684dea2b183
This commit is contained in:
Jon Harald Søby 2024-11-27 15:39:23 +01:00
parent e0b1d0fe73
commit f539f436dc

View file

@ -91,7 +91,7 @@
&:hover {
/* focusableNode highlight equivalent styling */
background: #e9f2fd;
background: fade( #6da9f7, 15% );
}
a {