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:
Jon Harald Søby 2024-09-29 21:06:06 +02:00
parent 9bba83b53f
commit 6d069498e9

View file

@ -44,6 +44,10 @@ a.mw-selflink {
color: inherit;
font-weight: bold;
text-decoration: inherit;
&:hover {
cursor: inherit;
}
}
/* Underline preference */