mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
Fix visited link coloring hiding subscribed status in groups list
Fixes #720 by making the color explicitly apply in the :visited case. (Other specificity hacks could fix this, but this is the cleanest.)
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
}
|
||||
|
||||
.group-list-item-not-subscribed {
|
||||
a.link-group {
|
||||
a.link-group,
|
||||
a.link-group:visited {
|
||||
color: var(--warning-color);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user