Sfoglia il codice sorgente

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

Jeremy Stretch 3 mesi fa
parent
commit
43648d629b

File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox.css


+ 5 - 0
netbox/project-static/styles/overrides/_tabler.scss

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

Some files were not shown because too many files changed in this diff