mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: less link-like unread/new color in sidebar (#18868)
This commit is contained in:
parent
49a0129b0d
commit
943c43ddc5
@ -25,6 +25,10 @@
|
|||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
background: var(--d-sidebar-highlight-color);
|
background: var(--d-sidebar-highlight-color);
|
||||||
|
|
||||||
|
.sidebar-section-link-content-badge {
|
||||||
|
color: var(--primary-high);
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar-section-link-prefix {
|
.sidebar-section-link-prefix {
|
||||||
&.icon {
|
&.icon {
|
||||||
color: var(--primary-high);
|
color: var(--primary-high);
|
||||||
@ -36,7 +40,7 @@
|
|||||||
@include ellipsis;
|
@include ellipsis;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: var(--tertiary);
|
color: var(--primary-medium);
|
||||||
font-size: var(--font-down-1);
|
font-size: var(--font-down-1);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user