Skip to content

Commit

Permalink
fix(admin-ui): Fix collection product filter dark theme (#3172)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvigoureux authored Oct 31, 2024
1 parent 508f797 commit 55f7b71
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
40 changes: 40 additions & 0 deletions license/signatures/version1/cla.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,46 @@
"created_at": "2024-10-16T02:43:06Z",
"repoId": 136938012,
"pullRequestNo": 3138
},
{
"name": "toBeOfUse",
"id": 49729978,
"comment_id": 2418095428,
"created_at": "2024-10-16T22:46:52Z",
"repoId": 136938012,
"pullRequestNo": 3141
},
{
"name": "inderjotx",
"id": 112561014,
"comment_id": 2419283596,
"created_at": "2024-10-17T11:35:29Z",
"repoId": 136938012,
"pullRequestNo": 3135
},
{
"name": "d46",
"id": 1814962,
"comment_id": 2422253335,
"created_at": "2024-10-18T11:29:06Z",
"repoId": 136938012,
"pullRequestNo": 3145
},
{
"name": "gkielwasser",
"id": 1532438,
"comment_id": 2423851259,
"created_at": "2024-10-19T13:29:53Z",
"repoId": 136938012,
"pullRequestNo": 3155
},
{
"name": "taxilian",
"id": 224334,
"comment_id": 2425245955,
"created_at": "2024-10-20T22:01:36Z",
"repoId": 136938012,
"pullRequestNo": 3151
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
margin: 0 3px;
font-size: 12px;
line-height: 0.8rem;
color: var(--color-text-100);
}

vdr-select-toggle {
Expand Down Expand Up @@ -63,6 +64,7 @@ vdr-select-toggle {
overflow-y: auto;
.item-row {
padding-inline-start: 3px;
color: var(--color-text-100);
&:hover {
background-color: var(--color-component-bg-200);
}
Expand Down

0 comments on commit 55f7b71

Please sign in to comment.