UX: more contrast for sidebar counts (#18980)
This commit is contained in:
parent
85bfabd847
commit
4692f4ee7c
|
@ -25,10 +25,6 @@
|
||||||
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);
|
||||||
|
@ -40,7 +36,7 @@
|
||||||
@include ellipsis;
|
@include ellipsis;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: var(--primary-medium);
|
color: var(--primary-high);
|
||||||
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