ソースを参照

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

Jeremy Stretch 8 ヶ月 前
コミット
43648d629b

ファイルの差分が大きいため隠しています
+ 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

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません