Fixes #20606: Enable copying text from badges in UI (#20633)

This commit is contained in:
Jeremy Stretch 2025-10-20 18:12:42 -04:00 committed by GitHub
parent 0b97df0984
commit 43648d629b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -16,6 +16,11 @@ pre {
background: var(--#{$prefix}bg-surface);
}
// Permit copying of badge text
.badge {
user-select: text;
}
// Button adjustments
.btn {
// Tabler sets display: flex