Skip to content

Commit

Permalink
fix(Select): reset disabled select opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Dec 17, 2020
1 parent 7144dd9 commit b39cd2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/components/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
border-bottom: 1px solid $ui-04;
border-radius: 0;
cursor: pointer;
// reset disabled <select> opacity
opacity: 1;

// Do not transition on background-color (see: https://github.com/carbon-design-system/carbon/issues/4464)
transition: outline $duration--fast-01 motion(standard, productive);
Expand Down

0 comments on commit b39cd2a

Please sign in to comment.