mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 15:26:47 +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;
|
||||
font-weight: bold;
|
||||
text-decoration: inherit;
|
||||
|
||||
&:hover {
|
||||
cursor: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
/* Underline preference */
|
||||
|
|
Loading…
Reference in a new issue