Skip to content

Commit 934f7ce

Browse files
hgaolrobinv8
authored andcommitted
fix: correct hover background color for dark theme in reaction button
1 parent 28df302 commit 934f7ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: ui/src/pages/Questions/Detail/index.scss

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
border-color: transparent;
2525

2626
&:hover {
27+
[data-bs-theme='dark'] & {
28+
background-color: var(--bs-gray-800);
29+
}
2730
background-color: var(--bs-gray-100);
2831
}
2932

0 commit comments

Comments
 (0)