Skip to content

Commit

Permalink
[#150] Fixed styles of Select.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jun 5, 2024
1 parent 665b8ad commit 8a2984a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/01-atoms/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

@include ct-typography('text-regular');

appearance: none;
display: flex;
flex-direction: row;
align-items: center;
Expand All @@ -16,6 +17,8 @@
background-position: calc(100% - 0.5rem), 100% 0;
background-size: 1.5em 1.5em;
background-repeat: no-repeat;
border-radius: $ct-border-radius;
background-image: url('../../../assets/icons/select-box.svg');

&[disabled] {
pointer-events: none;
Expand Down

0 comments on commit 8a2984a

Please sign in to comment.