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:
ildar170975 2024-12-27 09:49:31 +03:00 committed by GitHub
parent 0ecb8a6866
commit 60e57748f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,