Skip to content

Commit

Permalink
refactor: remove unused css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Feb 16, 2022
1 parent 21f0881 commit 66856e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
--st-react-dropdown-control-hover-background-color: var(--st-gray-10);
--st-react-dropdown-control-hover-border: 1px solid var(--st-gray-20);
--st-react-dropdown-control-focus-box-shadow: 0px 0px 0px 1px #4d90fe;
--st-react-dropdown-control-focus-open-box-shadow: 1px -1px 0px 0px #4d90fe,
-1px 0px 0px 0px #4d90fe;
--st-react-dropdown-menu-focus-box-shadow: 0px 1px 0px 0px #4d90fe,
1px 0px 0px 0px #4d90fe, -1px 0px 0px 0px #4d90fe;
--st-react-dropdown-placeholder-color: var(--st-gray-50);
Expand All @@ -42,7 +40,6 @@
--st-react-dropdown-menu-list-padding-bottom: calc(var(--st-grid-unit) / 2);
--st-react-dropdown-menu-list-border-radius: calc(var(--st-grid-unit) / 2);
--st-react-dropdown-menu-list-box-shadow: 0 2px 3px 0 rgb(34 36 38 / 15%);
--st-react-dropdown-menu-list-max-height: 310px;
--st-react-dropdown-menu-list-background-color: var(--st-white);
--st-react-dropdown-menu-no-options-label-color: var(--st-gray-50);
--st-react-dropdown-indicator-padding: 0 var(--st-grid-unit);
Expand Down

0 comments on commit 66856e8

Please sign in to comment.