Skip to content

Commit

Permalink
Revert "Use the correct text color in NcAppSidebarTabs.vue"
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen authored and ShGKme committed Nov 17, 2023
1 parent e2b6224 commit ce59700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcAppSidebar/NcAppSidebarTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,12 @@ export default {
margin: 0 !important;
border-bottom: var(--default-grid-baseline) solid transparent !important;
.checkbox-content__icon--checked > * {
color: var(--color-primary-element-text) !important;
color: var(--color-main-text) !important;
}
}
&.checkbox-radio-switch--checked .checkbox-radio-switch__content{
background: transparent !important;
color: var(--color-primary-element-text) !important;
color: var(--color-main-text) !important;
border-bottom: var(--default-grid-baseline) solid var(--color-primary-element) !important;
}
}
Expand Down

0 comments on commit ce59700

Please sign in to comment.