We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b687dd + 5e06d46 commit 83d844dCopy full SHA for 83d844d
src/assets/NcAppNavigationItem.scss
@@ -34,7 +34,7 @@
34
}
35
36
// overwrite active text color
37
- .app-navigation-entry-link {
+ .app-navigation-entry-link, .app-navigation-entry-button {
38
color: var(--color-primary-element-text) !important;
39
40
@@ -68,12 +68,14 @@
68
display: none;
69
70
71
- &:not(.app-navigation-entry--editing) .app-navigation-entry-link {
72
- padding-right: $icon-margin;
+ &:not(.app-navigation-entry--editing) {
73
+ padding-right: $icon-margin;
74
+ }
75
76
77
// Main entry link
78
79
z-index: 100; /* above the bullet to allow click*/
80
display: flex;
81
overflow: hidden;
0 commit comments