Allow selecting text in error-card (#3330)
* Allow selecting text in error-card * Still use default cursor
This commit is contained in:
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;
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user