Skip to content

Commit

Permalink
#2068 Change background Color for Dropdown and Table Search in Tearsh…
Browse files Browse the repository at this point in the history
…eet (#2069)

Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 authored Jul 29, 2024
1 parent cf33bb2 commit 4874c29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $properties-buttons-height: $spacing-10;
.properties-tearsheet-body {
padding: $spacing-06 $spacing-07;
margin-bottom: 0;
.cds--multi-select, .cds--dropdown, .cds--number input[type=number], .cds--text-input, .cds--text-area, .cds--date-picker__input { // override carbon's modal
.cds--multi-select, .cds--dropdown, .cds--list-box__menu, .cds--search-input, .cds--number input[type=number], .cds--text-input, .cds--text-area, .cds--date-picker__input { // override carbon's modal
background-color: $layer-01;
}
}
Expand Down

0 comments on commit 4874c29

Please sign in to comment.