Skip to content

Commit

Permalink
developer-tools-template: allow "select all" for "rendered" (#23456)
Browse files Browse the repository at this point in the history
* Update developer-tools-template.ts

* Update developer-tools-template.ts

* remove extensions
  • Loading branch information
ildar170975 authored Dec 27, 2024
1 parent 0ecb8a6 commit 60e5774
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -303,6 +301,10 @@ ${type === "object"
direction: var(--direction);
}
.edit-pane .card-content {
user-select: initial;
}
.edit-pane a {
color: var(--primary-color);
}
Expand Down Expand Up @@ -334,6 +336,7 @@ ${type === "object"
margin-top: 0;
margin-bottom: 0;
direction: ltr;
user-select: text;
}
p,
Expand Down

0 comments on commit 60e5774

Please sign in to comment.