Skip to content

Commit 9abdc35

Browse files
authored
UX: Apply default button styling to review buttons (#36648)
Reviewable action buttons and reject post summary elements now use standard button color variables instead of colored variants. Before <img width="1076" height="716" alt="Screenshot 2025-12-12 at 10 26 46 am" src="https://github.com/user-attachments/assets/1e032605-ae87-4eab-8d23-79c837d1279b" /> After <img width="1082" height="750" alt="Screenshot 2025-12-12 at 10 34 13 am" src="https://github.com/user-attachments/assets/d1207c00-66e8-41ec-bcb2-bb4ff1af1d06" />
1 parent 04d210b commit 9abdc35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
padding-inline: var(--space-4);
7272
}
7373

74+
.reviewable-action,
75+
.reject-post summary {
76+
background-color: var(--d-button-default-bg-color);
77+
color: var(--d-button-default-text-color);
78+
}
79+
7480
@include viewport.from(sm) {
7581
padding: var(--space-4);
7682
}

0 commit comments

Comments
 (0)