mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 22:36:35 +00:00
Allow selecting text in error-card (#3330)
* Allow selecting text in error-card * Still use default cursor
This commit is contained in:
parent
317f43277e
commit
0a8703ad0a
@ -58,6 +58,8 @@ export class HuiErrorCard extends LitElement implements LovelaceCard {
|
|||||||
color: white;
|
color: white;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
user-select: text;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user