mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 00:35:50 +00:00
UX: darken timegap
This commit is contained in:
parent
d9bcf85edc
commit
398f10bf4f
@ -21,6 +21,6 @@ export default createWidget('time-gap', {
|
|||||||
|
|
||||||
html(attrs) {
|
html(attrs) {
|
||||||
return [h('div.topic-avatar', iconNode('fw')),
|
return [h('div.topic-avatar', iconNode('fw')),
|
||||||
h('div.small-action-desc', description(attrs))];
|
h('div.small-action-desc.timegap', description(attrs))];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -303,6 +303,9 @@ table.md-table {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.small-action-desc.timegap {
|
||||||
|
color: dark-light-choose(scale-color($primary, $lightness: 60%), scale-color($secondary, $lightness: 40%));
|
||||||
|
}
|
||||||
.small-action-desc {
|
.small-action-desc {
|
||||||
padding: 0.25em 0 0.5em 4.3em;
|
padding: 0.25em 0 0.5em 4.3em;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user