mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
restore highlighting of empty changeset comment field
restores behaviour from #4624/#4624, but switch to a neutral emphasis instead of the red color (which might be misinterpreted that the user already made a mistake)
This commit is contained in:
+5
-5
@@ -2342,15 +2342,15 @@ input.date-selector {
|
||||
|
||||
/* Field - Changeset Comment
|
||||
------------------------------------------------------- */
|
||||
.form-field-comment:not(.present) #preset-input-comment {
|
||||
border-color: rgb(230, 100, 100);
|
||||
.form-field-comment:not(.present) textarea {
|
||||
border-color: rgb(160, 160, 160);
|
||||
}
|
||||
.form-field-comment:not(.present) .field-label {
|
||||
border-color: rgb(230, 100, 100);
|
||||
background: rgba(230, 100, 100, 0.2);
|
||||
border-color: rgb(160, 160, 160);
|
||||
background-color: rgba(160, 160, 160, 0.2);
|
||||
}
|
||||
.form-field-comment:not(.present) button {
|
||||
border-color: rgb(230, 100, 100);
|
||||
border-color: rgb(160, 160, 160);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user