mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 01:16:30 +00:00
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:
parent
e0b1d0fe73
commit
f539f436dc
|
@ -91,7 +91,7 @@
|
|||
|
||||
&:hover {
|
||||
/* focusableNode highlight equivalent styling */
|
||||
background: #e9f2fd;
|
||||
background: fade( #6da9f7, 15% );
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue