Skip to content

Commit 162e2b0

Browse files
committed
fix(nav): drop active-board icon fill override
Rely on nextcloud-vue tertiary button default (--color-main-text) instead of overriding the active board actions icon fill. Fixes #7539 Signed-off-by: xhon-pelushi <xhon@pelushi.com>
1 parent f3c3698 commit 162e2b0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/components/navigation/AppNavigationBoard.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,4 @@ export default {
534534
.forced-active {
535535
box-shadow: inset 4px 0 var(--color-primary-element);
536536
}
537-
538-
:deep(.active) {
539-
.material-design-icon svg {
540-
fill: var(--color-primary-element-text);
541-
}
542-
}
543537
</style>

0 commit comments

Comments
 (0)