Skip to content

Commit bcbd771

Browse files
committed
Issues-535: Max message length handling for discussion form
1 parent 26369b3 commit bcbd771

File tree

4 files changed

+5
-10
lines changed

4 files changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,3 @@
6464
border-right: 2px solid #EF476F;
6565
}
6666
}
67-
.DiscussionForm {
68-
.countOfRemainingChars {
69-
display: none;
70-
}
71-
}

src/scss/base/_formField.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ form {
5555
.Button.PreviewButton {
5656
border-color: $global-color_primary;
5757
color: $global-color_primary;
58-
5958
}
6059

6160
.Button.DraftButton {
@@ -74,10 +73,11 @@ form {
7473
border: 1px solid $global-color_grey_dark;
7574
}
7675

77-
a.Button.Disabled, a.Button.Disabled:hover,a.Button.Disabled:focus {
76+
a.Button.Disabled, a.Button.Disabled:hover,a.Button.Disabled:focus,
77+
.Button.PreviewButton[disabled=disabled]{
7878
border: 1px solid $global-color_grey_dark;
7979
color: $global-color_grey_dark;
80-
80+
background-color: transparent;
8181
}
8282
}
8383

0 commit comments

Comments
 (0)