developer-tools-template: allow "select all" for "rendered" (2) (#24171)

removed a harmful user-select
This commit is contained in:
ildar170975 2025-02-11 15:26:46 +03:00 committed by GitHub
parent 6d1a55cc3a
commit 1349c8520c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -301,10 +301,6 @@ ${type === "object"
direction: var(--direction);
}
.edit-pane .card-content {
user-select: initial;
}
.edit-pane a {
color: var(--primary-color);
}