Skip to content

Commit

Permalink
fix: remove unused select placeholder styles
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Nov 24, 2023
1 parent cc5d4df commit 150d539
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/components/select/src/styles/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
box-sizing: border-box;
border-radius: get-spacing(1);

&::placeholder {
color: get-color(neutral-300);
}

&:disabled {
cursor: not-allowed;
}
Expand Down

0 comments on commit 150d539

Please sign in to comment.