From 6d069498e90632c33576abaf8723f5e3f8e1d722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Harald=20S=C3=B8by?= Date: Sun, 29 Sep 2024 21:06:06 +0200 Subject: [PATCH] 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 --- resources/skins.vector.styles/links.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/skins.vector.styles/links.less b/resources/skins.vector.styles/links.less index 6097a0476..70666cd39 100644 --- a/resources/skins.vector.styles/links.less +++ b/resources/skins.vector.styles/links.less @@ -44,6 +44,10 @@ a.mw-selflink { color: inherit; font-weight: bold; text-decoration: inherit; + + &:hover { + cursor: inherit; + } } /* Underline preference */