use better color slot for selected pins #1193
This commit is contained in:
parent
8f55cae515
commit
3bdff6e6ee
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
&.router-link-active {
|
&.router-link-active {
|
||||||
color: $fallback--text;
|
color: $fallback--text;
|
||||||
color: var(--selectedMenuText, $fallback--text);
|
color: var(--panelText, $fallback--text);
|
||||||
border-bottom: 4px solid;
|
border-bottom: 4px solid;
|
||||||
|
|
||||||
& .svg-inline--fa,
|
& .svg-inline--fa,
|
||||||
|
|
Loading…
Reference in New Issue