mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:23:25 +08:00
UX: ensure links styled as buttons don't get visited color (#25199)
This commit is contained in:
parent
949a1f5279
commit
18f8ebb2eb
|
@ -20,6 +20,10 @@
|
|||
margin: 0;
|
||||
font-weight: normal;
|
||||
color: $text-color;
|
||||
&:visited {
|
||||
// covers cases where we add button classes to links
|
||||
color: $text-color;
|
||||
}
|
||||
background-color: $bg-color;
|
||||
background-image: linear-gradient(
|
||||
to bottom,
|
||||
|
|
Loading…
Reference in New Issue
Block a user