Skip to content

Commit

Permalink
fix(select): Remove background-color: transparent because it is not d…
Browse files Browse the repository at this point in the history
…oing anything

pointer-events was all we needed for this to work

251
  • Loading branch information
lzcabrera committed Feb 10, 2018
1 parent 97b7fb2 commit 55e7a38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Select/Select.modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
composes: relative from '../Position.modules.scss';

z-index: 2;

background: transparent;
}

.iconsPosition {
Expand Down

0 comments on commit 55e7a38

Please sign in to comment.