Skip to content

Commit

Permalink
Revert "fix(dropdown): state disabled background color (#7461)" (#7473)
Browse files Browse the repository at this point in the history
This reverts commit 81aa04f.

Co-authored-by: Josh Black <josh@josh.black>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 5, 2021
1 parent b89064a commit 978fbdd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -10623,7 +10623,6 @@ $disabled-01: if(
- [accordion [mixin]](#accordion-mixin)
- [content-switcher [mixin]](#content-switcher-mixin)
- [date-picker [mixin]](#date-picker-mixin)
- [dropdown [mixin]](#dropdown-mixin)
- [listbox [mixin]](#listbox-mixin)
- [number-input [mixin]](#number-input-mixin)
- [search [mixin]](#search-mixin)
Expand Down Expand Up @@ -20554,7 +20553,6 @@ Dropdown styles
}

.#{$prefix}--dropdown--disabled {
background-color: $disabled-01;
border-bottom-color: transparent;

&:hover {
Expand Down Expand Up @@ -20705,7 +20703,6 @@ Dropdown styles
- [selected-ui [variable]](#selected-ui-variable)
- [text-02 [variable]](#text-02-variable)
- [decorative-01 [variable]](#decorative-01-variable)
- [disabled-01 [variable]](#disabled-01-variable)
- [disabled-02 [variable]](#disabled-02-variable)
- [carbon--spacing-07 [variable]](#carbon--spacing-07-variable)
- [carbon--spacing-04 [variable]](#carbon--spacing-04-variable)
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@
}

.#{$prefix}--dropdown--disabled {
background-color: $disabled-01;
border-bottom-color: transparent;

&:hover {
Expand Down

0 comments on commit 978fbdd

Please sign in to comment.