Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
update ds style
Browse files Browse the repository at this point in the history
  • Loading branch information
chokonaira committed Oct 24, 2023
1 parent abe40ed commit 28e54e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Select/components/SelectInner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
</button>

<slot name="rightIcon">
<SbIcon :class="{ 'sb-select-inner__chevron': !currentOptionLabel }" :name="rightIconName" :data-testid="`${dataTestid}-right-icon`"/>
<SbIcon class="sb-select-inner__chevron-dropdown" :name="rightIconName" :data-testid="`${dataTestid}-right-icon`"/>
</slot>
</div>
</div>
Expand Down Expand Up @@ -562,3 +562,6 @@ export default {
},
}
</script>
<style lang="scss">
@import './select-inner';
</style>
3 changes: 3 additions & 0 deletions src/components/Select/components/select-inner.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.sb-select-inner__chevron-dropdown {
border: none;
}

0 comments on commit 28e54e1

Please sign in to comment.