Skip to content

Commit

Permalink
Merge pull request #4781 from nextcloud-libraries/bugfix/noid/outline…
Browse files Browse the repository at this point in the history
…d-counter-color

fix(NcCounterBubble): Fix color of highlighted/outlined items when no…
  • Loading branch information
Pytal committed Nov 8, 2023
2 parents 4d08197 + 90cb7f1 commit 65a696b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcCounterBubble/NcCounterBubble.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default {
background-color: var(--color-primary-element);
}
&--highlighted,.active {
&--highlighted.active {
color: var(--color-primary-element);
background-color: var(--color-main-background);
}
Expand All @@ -122,7 +122,7 @@ export default {
background: transparent;
box-shadow: inset 0 0 0 2px;
}
&--outlined,.active {
&--outlined.active {
color: var(--color-main-background);
box-shadow: inset 0 0 0 2px;
}
Expand Down

0 comments on commit 65a696b

Please sign in to comment.