mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
developer-tools-template: allow "select all" for "rendered" (#23456)
* Update developer-tools-template.ts * Update developer-tools-template.ts * remove extensions
This commit is contained in:
parent
0ecb8a6866
commit
60e57748f7
@ -271,9 +271,7 @@ ${type === "object"
|
||||
haStyle,
|
||||
css`
|
||||
:host {
|
||||
-ms-user-select: initial;
|
||||
-webkit-user-select: initial;
|
||||
-moz-user-select: initial;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.content {
|
||||
@ -303,6 +301,10 @@ ${type === "object"
|
||||
direction: var(--direction);
|
||||
}
|
||||
|
||||
.edit-pane .card-content {
|
||||
user-select: initial;
|
||||
}
|
||||
|
||||
.edit-pane a {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
@ -334,6 +336,7 @@ ${type === "object"
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
direction: ltr;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
p,
|
||||
|
Loading…
x
Reference in New Issue
Block a user