mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[app/visualize/editor] show validity only when the form is dirty
This commit is contained in:
parent
03858aae6b
commit
6b49cb5f97
1 changed files with 2 additions and 2 deletions
|
@ -361,8 +361,8 @@ button[disabled] {
|
|||
}
|
||||
}
|
||||
|
||||
input.ng-invalid,
|
||||
select.ng-invalid {
|
||||
input.ng-dirty.ng-invalid,
|
||||
select.ng-dirty.ng-invalid {
|
||||
border-color: @state-danger-bg !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue