Don't re-color :visited links that act as buttons

Bug: T319019
Change-Id: I26820229820768390827e79ec09c86eeed424531
This commit is contained in:
Ed Sanders 2022-09-30 13:40:26 +01:00
parent 68b6a3db3d
commit c2594914f9

View file

@ -111,6 +111,22 @@ h1, h2, h3, h4, h5, h6 {
}
}
// Don't re-color :visited links that act as buttons (T319019)
.ext-discussiontools-init-replylink-reply,
.ext-discussiontools-init-section-subscribe-link {
&:visited {
color: #36c;
}
.skin-vector-legacy & {
color: #0645ad;
}
.skin-monobook & {
color: #002bb8;
}
}
.ext-discussiontools-init-noMarker {
list-style: none;
}