diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index ca918e97086..42f2a03b115 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -34,6 +34,15 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh &.last-visit { border-bottom: 1px solid scale-color($danger, $lightness: 60%); + + tr::after { + content: attr(data-last-visit-text); + color: scale-color($danger, $lightness: 50%); + position: absolute; + left: 50%; + margin-top: -10px; + padding: 0 10px; + background: $secondary; + } } }