diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 9ffee610a..08a96e10e 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -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; diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index e924161bf..e682b5060 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -48,7 +48,6 @@ } a.title {color: $primary;} - a.title:visited:not(.badge-notification) {color: scale-color($primary, $lightness: 35%);} .badge-notification { position: relative;