mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
UX: remove visited styling from topic list
This commit is contained in:
parent
b62a72f82c
commit
f4a051c2c3
2 changed files with 1 additions and 3 deletions
|
@ -34,7 +34,7 @@
|
|||
.fa-thumb-tack { color: scale-color($primary, $lightness: 50%); }
|
||||
.fa-thumb-tack.unpinned { color: scale-color($primary, $lightness: 50%); }
|
||||
a.title {color: $primary;}
|
||||
a.title:visited:not(.badge-notification), .fa-bookmark { color: scale-color($primary, $lightness: 50%); }
|
||||
.fa-bookmark { color: scale-color($primary, $lightness: 50%); }
|
||||
th,
|
||||
td {
|
||||
padding: 12px 5px;
|
||||
|
@ -170,7 +170,6 @@
|
|||
color: $tertiary;
|
||||
font-size: 0.929em;
|
||||
}
|
||||
a.title:visited:not(.badge-notification) {color: scale-color($tertiary, $lightness: 35%);}
|
||||
|
||||
th.posts {
|
||||
position: relative;
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
}
|
||||
|
||||
a.title {color: $primary;}
|
||||
a.title:visited:not(.badge-notification) {color: scale-color($primary, $lightness: 35%);}
|
||||
|
||||
.badge-notification {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue