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, haStyle,
css` css`
:host { :host {
-ms-user-select: initial; user-select: none;
-webkit-user-select: initial;
-moz-user-select: initial;
} }
.content { .content {
@ -303,6 +301,10 @@ ${type === "object"
direction: var(--direction); direction: var(--direction);
} }
.edit-pane .card-content {
user-select: initial;
}
.edit-pane a { .edit-pane a {
color: var(--primary-color); color: var(--primary-color);
} }
@ -334,6 +336,7 @@ ${type === "object"
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
direction: ltr; direction: ltr;
user-select: text;
} }
p, p,