mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Revert "feat: Add css-support for invalid form input elements"
This reverts commit b1aa84804b.
This commit is contained in:
@@ -203,7 +203,7 @@ $input-border: 1px solid $input-border-color;
|
||||
}
|
||||
|
||||
// Customize the `:focus` state to imitate native WebKit styles.
|
||||
@include form-control-focus(false);
|
||||
@include form-control-focus();
|
||||
|
||||
// Placeholder
|
||||
&::placeholder {
|
||||
@@ -251,10 +251,6 @@ $input-border: 1px solid $input-border-color;
|
||||
&--plaintext {
|
||||
white-space: unset;
|
||||
}
|
||||
|
||||
&--invalid {
|
||||
@include form-control-focus(true);
|
||||
}
|
||||
}
|
||||
|
||||
.gf-form-hint {
|
||||
|
||||
Reference in New Issue
Block a user