Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Jan 12, 2021
1 parent c4f2b1c commit 985d66b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -25890,6 +25890,8 @@ Select styles
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 Expand Up @@ -26000,11 +26002,6 @@ Select styles
color: $text-01;
}

.#{$prefix}--select-option[disabled] {
cursor: not-allowed;
opacity: 0.5;
}

// Override some Firefox user-agent styles
@-moz-document url-prefix() {
.#{$prefix}--select-option {
Expand Down

0 comments on commit 985d66b

Please sign in to comment.