Skip to content

Commit

Permalink
Fixing the background for the value casing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jachin committed Oct 9, 2023
1 parent 0d203f4 commit dfed256
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions site/demo-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,7 @@ much-select::part(value-casing output-style-custom-html) {
background-color: var(--much-select-background-color);
box-shadow: 1px 1px 1px 0 lightgray inset;
padding: 0.1em 1.5em 0.1em 0.1em;
}

much-select::part(value-casing output-style-custom-html) {
flex-flow: row;
cursor: pointer;
border: 1px solid var(--much-select-border-color);
Expand Down Expand Up @@ -456,6 +454,11 @@ much-select::part(value-casing output-style-custom-html single) {
background-repeat: repeat-x;
}

much-select::part(value-casing output-style-custom-html multi) {
background-image: var(--much-select-value-casing-background-image);
background-repeat: repeat-x;
}

much-select::part(value-casing single disabled) {
background-image: none;
background-color: var(--much-select-disabled-background-color);
Expand Down

0 comments on commit dfed256

Please sign in to comment.