mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 19:14:11 +08:00
Merge pull request #4427 from xfalcox/patch-1
[WIP] Add text on last-visit line
This commit is contained in:
commit
329faae3e0
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user