Skip to content

Commit 84cb1d1

Browse files
authored
Merge pull request #52 from topcoder-platform/issues-499
Fixed the styles for the 'CancelReply' button
2 parents 4408621 + 7fef548 commit 84cb1d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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/_button.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
.Button:not(.GroupOptionsTitle), .Buttons .btn-primary,
66
.BoxButtons.BoxNewDiscussion .Button.Primary,
77
.PageControls .Button-Controls .Button.Primary,
8-
98
.FormTitleWrapper .Buttons .Button, .FormWrapper .Buttons .Button,
109
.FormTitleWrapper .Buttons .Button.Primary, .FormWrapper .Buttons .Button.Primary,
1110
body.Post .FormTitleWrapper .Buttons .Button.Primary, body.Post .FormWrapper .Buttons .Button.Primary,
1211
body.Post .FormTitleWrapper .Buttons .Button, body.Post .FormWrapper .Buttons .Button,
1312
form .Buttons .Button, form .Buttons .Button.Cancel,
1413
form .Buttons .Button.PreviewButton,
1514
form .Buttons .Button.WriteButton,
16-
form .Buttons .Button.Primary.CommentButton
17-
15+
form .Buttons .Button.Primary.CommentButton,
16+
.Button.CancelReplyComment,
17+
.FormTitleWrapper .Buttons .Button.CancelReplyComment, .FormWrapper .Buttons .Button.CancelReplyComment
1818
{
1919
font-size: $global-small_fontSize !important;
2020
font-weight: $global-medium_fontWeight !important;

0 commit comments

Comments
 (0)