No bg color for the error message by default
This commit is contained in:
@@ -37,7 +37,6 @@ class TpTextarea extends FormElement(DomQuery(ControlState(LitElement))) {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
pointer-events: none;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
:host([invalid]) .error-message {
|
||||
|
||||
Reference in New Issue
Block a user