Skip to content

Commit

Permalink
Fix stylelint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmz committed Apr 26, 2024
1 parent 7729bdd commit 77d4965
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions styles/helvetica/react-select.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// rgba(250, 182, 0, 0.31);
// rgba(214, 61, 6, 0.1);
// #000

/**
* React Select
* ============
Expand Down Expand Up @@ -38,9 +34,8 @@
.Select-control {
background-color: #fff;
border-color: #d9d9d9 #ccc #b3b3b3;

// border-radius: 4px;
border: 1px solid #ccc;
border-width: 1px;
border-style: solid;
color: #333;
cursor: default;
display: table;
Expand Down

0 comments on commit 77d4965

Please sign in to comment.