No bg color for the error message by default
This commit is contained in:
parent
9ac8649a43
commit
d1fc96e0f7
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tp/tp-textarea",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "",
|
||||
"main": "tp-textarea.js",
|
||||
"scripts": {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user