Compare commits
No commits in common. "main" and "1.0.1" have entirely different histories.
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tp/tp-textarea",
|
"name": "@tp/tp-textarea",
|
||||||
"version": "1.0.2",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "tp-textarea.js",
|
"main": "tp-textarea.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -37,6 +37,7 @@ class TpTextarea extends FormElement(DomQuery(ControlState(LitElement))) {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([invalid]) .error-message {
|
:host([invalid]) .error-message {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user