Skip to content

Commit

Permalink
Merge pull request #4849 from nextcloud-libraries/revert-4834-enh/482…
Browse files Browse the repository at this point in the history
…3/improve-ncappsidebartabs-color

Revert "Use the correct text color in NcAppSidebarTabs.vue"
  • Loading branch information
ShGKme authored Nov 17, 2023
2 parents 06c251a + ce59700 commit 0cec3a0
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 0cec3a0

Please sign in to comment.