File tree Expand file tree Collapse file tree 3 files changed +18
-11
lines changed
Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,8 @@ rules:
3737 - allow-leading-underscore : false
3838 convention : hyphenatedlowercase
3939 ignore : [
40- ' comments_error' ,
4140 ' error_message' ,
42- ' errorElement' ,
43- ' comError' ,
44- ' comRequired' ,
45- ' comRequirederrorElement'
41+ ' comments_error'
4642 ]
4743
4844 # Enforce whether or not `@import` paths should have leading underscores and/or filename extensions.
Original file line number Diff line number Diff line change 8686 border-radius : $border-radius ;
8787 background-color : $color-highlight-box ;
8888}
89+
90+ /* *
91+ * Highlight text colour for comment errors.
92+ */
93+
94+ .error_message li {
95+ color : $color-error-text ;
96+ }
97+
98+ /* *
99+ * Highlighting for comment form errors.
100+ */
101+
102+ .comments_error {
103+ border-color : $color-error-text ;
104+ }
Original file line number Diff line number Diff line change 5757 * <ol class="list--no-bullets">
5858 */
5959
60- .list--no-bullets ,
61- .comError {
60+ .list--no-bullets {
6261 padding : 0 ;
6362 list-style : none ;
6463}
6564
66- .comError {
67- margin-bottom : 0.5em ;
68- }
69-
7065/* *
7166 * Have a numbered `ul` without the semantics implied by using an `ol`.
7267 *
You can’t perform that action at this time.
0 commit comments