From ce38e698a2126e673d65b80ac2a150abe8e34d17 Mon Sep 17 00:00:00 2001 From: evad37 Date: Mon, 7 May 2018 10:52:47 +0800 Subject: [PATCH] Fix selflink styles Selflinks should inherit color and text-decoration styles, and be bolded. This matches how they are displayed in other skins, and how they were displayed before a change to mediawiki core in MW-1.29 ( If058843924c3b30c116df2520aef93a004d98a5d ). Bug: T192033 Change-Id: Id61f06a6b1921208d5436cb6e21f710413e990e9 --- resources/screen-common.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/screen-common.less b/resources/screen-common.less index 2cda65b..be640bd 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -266,6 +266,11 @@ a.new, color: @red-dark; } } +a.mw-selflink { + color: inherit; + font-weight: bold; + text-decoration: inherit; +} .mw-editsection { font-family: @fonts;