Skip to content

Commit 4469a87

Browse files
committed
Fixed the styles for the 'CancelReply' button
1 parent 7fef548 commit 4469a87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

design/custom.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

design/custom.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/base/_formField.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ form {
4747
}
4848

4949
.Buttons {
50-
.Button.Cancel, .Button.WriteButton {
50+
.Button.Cancel, .Button.WriteButton, .Button.CancelReplyComment {
5151
border-color: $global-color_primary;
5252
color: $global-color_primary;
5353
}

0 commit comments

Comments
 (0)