Allow selecting text in error-card (#3330)

* Allow selecting text in error-card

* Still use default cursor
This commit is contained in:
Thomas Lovén 2019-07-03 05:28:39 +02:00 committed by Paulus Schoutsen
parent 317f43277e
commit 0a8703ad0a

View File

@ -58,6 +58,8 @@ export class HuiErrorCard extends LitElement implements LovelaceCard {
color: white;
padding: 8px;
font-weight: 500;
user-select: text;
cursor: default;
}
`;
}