Skip to content

Commit

Permalink
fix(kslideout): remove slotted title icon styling (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored Feb 22, 2024
1 parent 7ccf092 commit c11064c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/KSlideout/KSlideout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ onUnmounted(() => {
letter-spacing: var(--kui-letter-spacing-minus-40, $kui-letter-spacing-minus-40);
line-height: var(--kui-line-height-50, $kui-line-height-50);
user-select: none;
:deep(#{$kongponentsKongIconSelector}) {
color: var(--kui-color-text-neutral, $kui-color-text-neutral) !important;
}
}
.slideout-close-icon {
Expand Down

0 comments on commit c11064c

Please sign in to comment.