Skip to content

Commit

Permalink
refactor: consolidate background to 1 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg authored and stavares843 committed Jun 17, 2022
1 parent 9176bfd commit 44e90de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/interactables/Select/Select.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ select {

color: @white;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>')
no-repeat @flair-color;
background-position: right 13px center;
no-repeat right 13px center @flair-color;
box-shadow: 0 5px 14px -5px @flair-color;
border: none;

Expand Down

0 comments on commit 44e90de

Please sign in to comment.