Skip to content

Commit

Permalink
fix(kselect): button appearance spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Nov 2, 2023
1 parent 9a94a33 commit da6850a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/components/KSelect/KSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1003,9 +1003,14 @@ $iconSize: var(--kui-icon-size-30, $kui-icon-size-30);
}
.k-select-button {
.k-button.tertiary:hover,
&.k-button.tertiary:hover {
text-decoration: none;
.k-button {
justify-content: space-between;
&.tertiary {
&:hover {
text-decoration: none;
}
}
}
}
Expand Down

0 comments on commit da6850a

Please sign in to comment.