Skip to content

Commit

Permalink
fix: bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Dec 20, 2023
1 parent 38b82c7 commit ccdd49f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/KBadge/KBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -240,18 +240,6 @@ $kBadgeMethodWidth: 85px;
var(--kui-color-text-decorative-purple-strong, $kui-color-text-decorative-purple-strong));
}
&.decorative {
background-color: var(--kui-color-background-decorative-purple-weakest, $kui-color-background-decorative-purple-weakest);
color: var(--kui-color-text-decorative-purple, $kui-color-text-decorative-purple);
:deep([role="button"]):not([disabled]) {
&:hover, &:focus {
// TODO: kui-color-text-decorative-purple-strong
color: var(--kui-color-text-decorative-purple-strong, $kui-color-text-decorative-purple-strong) !important;
}
}
}
&.neutral {
@include kBadgeAppearance(var(--kui-color-background-neutral-weaker, $kui-color-background-neutral-weaker),
var(--kui-color-text-neutral-strong, $kui-color-text-neutral-strong),
Expand Down

0 comments on commit ccdd49f

Please sign in to comment.