mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Merge pull request #4427 from xfalcox/patch-1
[WIP] Add text on last-visit line
This commit is contained in:
commit
329faae3e0
1 changed files with 9 additions and 0 deletions
|
@ -34,6 +34,15 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh
|
||||||
|
|
||||||
&.last-visit {
|
&.last-visit {
|
||||||
border-bottom: 1px solid scale-color($danger, $lightness: 60%);
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue