Merge pull request #4624 from nnodot/empty-changeset-comment-style

Highlight the changeset editor when the comment is empty
This commit is contained in:
Bryan Housel
2018-01-02 16:46:55 -05:00
committed by GitHub
+22
View File
@@ -1834,6 +1834,28 @@ input[type=number] {
text-align: center;
}
/* Changeset editor while comment text is empty */
.form-field-comment:not(.present) #preset-input-comment {
border-color: rgb(230, 100, 100);
}
.form-field-comment:not(.present) .form-label {
border-color: rgb(230, 100, 100);
background: rgba(230, 100, 100, 0.2);
}
.form-field-comment:not(.present) .form-label {
}
.form-field-comment:not(.present) .form-label-button-wrap {
border-color: rgb(230, 100, 100);
}
.form-field-comment:not(.present) button {
border-color: rgb(230, 100, 100);
}
/* combobox dropdown */
div.combobox {