Skip to content

Commit 43648d6

Browse files
Fixes #20606: Enable copying text from badges in UI (#20633)
1 parent 0b97df0 commit 43648d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

netbox/project-static/dist/netbox.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/styles/overrides/_tabler.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ pre {
1616
background: var(--#{$prefix}bg-surface);
1717
}
1818

19+
// Permit copying of badge text
20+
.badge {
21+
user-select: text;
22+
}
23+
1924
// Button adjustments
2025
.btn {
2126
// Tabler sets display: flex

0 commit comments

Comments
 (0)