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-02 20:28:39 -07:00
committed by Paulus Schoutsen
parent 317f43277e
commit 0a8703ad0a
@@ -58,6 +58,8 @@ export class HuiErrorCard extends LitElement implements LovelaceCard {
color: white;
padding: 8px;
font-weight: 500;
user-select: text;
cursor: default;
}
`;
}