Skip to content

Commit 6821cd8

Browse files
authored
Merge pull request #53 from topcoder-platform/issues-499
Fixed the styles for the 'CancelReply' button
2 parents 84cb1d1 + 4469a87 commit 6821cd8

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)