mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 17:10:19 +00:00
Add cursor:inherit
to .mw-selflink
Add `cursor: inherit;` to the class `mw-selflink` to get back the expected behaviour of these 'links'. Bug: T375876 Change-Id: I52d54dc1265fd1a64bc461892e69475a3b3d50b2
This commit is contained in:
parent
9bba83b53f
commit
6d069498e9
|
@ -44,6 +44,10 @@ a.mw-selflink {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
cursor: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Underline preference */
|
/* Underline preference */
|
||||||
|
|
Loading…
Reference in a new issue