Skip to content

Commit

Permalink
fix(ld-select): swap more indicator color and background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Sep 16, 2021
1 parent 2a1eaa5 commit c0e580b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions screenshot/builds/master.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "master",
"message": "Master",
"appNamespace": "liquid",
"timestamp": 1628511080742,
"timestamp": 1631790418391,
"screenshots": [
{
"id": "ebe71651",
Expand Down Expand Up @@ -15606,7 +15606,7 @@
},
{
"id": "99caa70b",
"image": "49d01aad00b214d74bc74eb138e274a5.png",
"image": "a16ce29f8555d3ac183422c5495af9eb.png",
"userAgent": "default",
"desc": "ld-select multiple max-rows theme-bubblegum",
"testPath": "./src/liquid/components/ld-select/test/ld-select.e2e.ts",
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 9 additions & 8 deletions src/liquid/components/ld-select/ld-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,16 +313,11 @@
display: inline-flex;
align-items: center;
font: var(--ld-typo-label-s);
color: var(--ld-col-wht);
font-weight: 700;
padding: var(--ld-sp-4) var(--ld-sp-6);
border-radius: var(--ld-br-m);
margin-right: var(--ld-sp-4);
margin-bottom: var(--ld-sp-4);

:where(.ld-select__btn-trigger[aria-disabled='true']) & {
background-color: var(--ld-col-rblck1);
}
}

.ld-select__btn-clear-single,
Expand Down Expand Up @@ -475,7 +470,9 @@
}

:where(.ld-select:not([disabled]):not([aria-disabled='true'])) {
.ld-select__selection-list-more,
.ld-select__selection-list-more {
color: var(--ld-thm-ocean-bg-primary);
}
.ld-select__selection-label-bg {
background-color: var(--ld-thm-ocean-bg-primary);
}
Expand Down Expand Up @@ -590,7 +587,9 @@
}

:where(.ld-select:not([disabled]):not([aria-disabled='true'])) {
.ld-select__selection-list-more,
.ld-select__selection-list-more {
color: var(--ld-col-rp-default);
}
.ld-select__selection-label-bg {
background-color: var(--ld-col-rp-default);
}
Expand Down Expand Up @@ -702,7 +701,9 @@
}

:where(.ld-select:not([disabled]):not([aria-disabled='true'])) {
.ld-select__selection-list-more,
.ld-select__selection-list-more {
color: var(--ld-thm-tea-bg-primary);
}
.ld-select__selection-label-bg {
background-color: var(--ld-thm-tea-bg-primary);
}
Expand Down

0 comments on commit c0e580b

Please sign in to comment.