UX: remove visited styling from topic list

This commit is contained in:
Sam 2015-03-10 21:30:46 +11:00
parent b62a72f82c
commit f4a051c2c3
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

@ -48,7 +48,6 @@
}
a.title {color: $primary;}
a.title:visited:not(.badge-notification) {color: scale-color($primary, $lightness: 35%);}
.badge-notification {
position: relative;