Skip to content

Commit

Permalink
minor fixes to Select
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Jan 24, 2025
1 parent fa4c42f commit 9e6a8e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions shell/assets/styles/base/_basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ TEXTAREA,
}
}

.unlabeled-select {
&:focus-visible, &.focused {
@include focus-outline;
}
}

BUTTON,
.btn {
&:focus, &.focused {
Expand Down
4 changes: 0 additions & 4 deletions shell/components/form/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,6 @@ export default {
.unlabeled-select {
position: relative;
&:focus-visible {
@include focus-outline;
}
:deep() .v-select.select-input-view {
.vs__actions {
visibility: hidden;
Expand Down

0 comments on commit 9e6a8e6

Please sign in to comment.