Skip to content

Commit 3d467f0

Browse files
committed
UX: Add missing hover state to review buttons
This is a follow-up to #36648, which updated review buttons to use default button styling with standard color variables. However, the hover state was missed.
1 parent 9abdc35 commit 3d467f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/assets/stylesheets/common/base/review.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@
7575
.reject-post summary {
7676
background-color: var(--d-button-default-bg-color);
7777
color: var(--d-button-default-text-color);
78+
79+
&:hover {
80+
background-color: var(--d-button-default-bg-color--hover);
81+
color: var(--d-button-default-text-color--hover);
82+
}
7883
}
7984

8085
@include viewport.from(sm) {

0 commit comments

Comments
 (0)