mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-14 11:25:10 +00:00
Don't re-color :visited links that act as buttons
Bug: T319019 Change-Id: I26820229820768390827e79ec09c86eeed424531
This commit is contained in:
parent
68b6a3db3d
commit
c2594914f9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue