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 and michaelbromley committed Oct 31, 2024
1 parent 39c9e5e commit 9f4eb9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion license/signatures/version1/cla.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@
"pullRequestNo": 3174
}
]
}
}
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 9f4eb9e

Please sign in to comment.