Compare commits

...

1 Commits
1.0.1 ... main

Author SHA1 Message Date
pk
d1fc96e0f7 No bg color for the error message by default 2024-06-10 23:48:57 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tp/tp-textarea",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "tp-textarea.js",
"scripts": {

View File

@ -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 {