mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
remove .has-error class, not used
This commit is contained in:
parent
c3eeefdc5b
commit
985d05a297
1 changed files with 0 additions and 3 deletions
|
@ -309,9 +309,6 @@ input[type="checkbox"],
|
|||
.has-warning {
|
||||
.form-control-validation(@state-warning-text; @state-warning-text; @state-warning-bg);
|
||||
}
|
||||
.has-error {
|
||||
.form-control-validation(@state-danger-text; @state-danger-text; @state-danger-bg);
|
||||
}
|
||||
.has-external-error {
|
||||
.form-control-validation(@state-danger-text; @state-danger-text; @state-danger-bg);
|
||||
color:@red;
|
||||
|
|
Loading…
Reference in a new issue