Jelajahi Sumber

#6797: Fix Safari anchor element styling issue

checktheroads 4 tahun lalu
induk
melakukan
a60e8d3e12

File diff ditekan karena terlalu besar
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


File diff ditekan karena terlalu besar
+ 0 - 0
netbox/project-static/dist/netbox-light.css


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

@@ -119,6 +119,11 @@
   }
 }
 
+// Fix the hideous way Safari shows button anchor elements.
+a[type='button'] {
+  -webkit-appearance: unset !important;
+}
+
 // Ensure progress bars (utilization graph) in tables aren't too narrow to display the percentage.
 table td > .progress {
   min-width: 6rem;

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini