File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export default {
167
167
&.active,
168
168
&:active,
169
169
&:active ~ .app-navigation-entry__utils {
170
- background-color: var(--color-primary-light);
170
+ background-color: var(--color-primary-element- light);
171
171
}
172
172
173
173
&__content {
Original file line number Diff line number Diff line change @@ -386,6 +386,6 @@ export default {
386
386
}
387
387
388
388
.forced-active {
389
- box-shadow: inset 4px 0 var(--color-primary);
389
+ box-shadow: inset 4px 0 var(--color-primary-element );
390
390
}
391
391
</style>
Original file line number Diff line number Diff line change 75
75
background-color: var(--color-background-dark);
76
76
}
77
77
li.selected {
78
- box-shadow: inset 4px 0 var(--color-primary);
78
+ box-shadow: inset 4px 0 var(--color-primary-element );
79
79
}
80
80
.avatar.icon {
81
81
border-radius: 50%;
You can’t perform that action at this time.
0 commit comments