diff --git a/src/components/KSelect/KSelect.vue b/src/components/KSelect/KSelect.vue index 5101293d03..47538c4a94 100644 --- a/src/components/KSelect/KSelect.vue +++ b/src/components/KSelect/KSelect.vue @@ -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; + } + } } }