Skip to content

Commit

Permalink
fix(BaseSelect): fix component styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Aug 7, 2022
1 parent 9357822 commit 844f038
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/base/BaseSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export default defineComponent({
padding: 0;
padding-left: 8px;
font: inherit;
color: var(--color-text);
background-color: var(--color-bg);
border: 0;
outline: none;
Expand Down Expand Up @@ -330,7 +331,8 @@ export default defineComponent({
}
.no-options {
border: 1px solid #dee2e6;
padding-left: 8px;
border: 1px solid var(--color-border);
}
.fade-enter-active,
Expand Down

0 comments on commit 844f038

Please sign in to comment.