Przeglądaj źródła

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

Jeremy Stretch 4 miesięcy temu
rodzic
commit
43648d629b

Plik diff jest za duży
+ 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);
 }
 
+// Permit copying of badge text
+.badge {
+  user-select: text;
+}
+
 // Button adjustments
 .btn {
   // Tabler sets display: flex

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików