Răsfoiți Sursa

#6797: Fix Safari anchor element styling issue

checktheroads 4 ani în urmă
părinte
comite
a60e8d3e12

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


Fișier diff suprimat deoarece este prea mare
+ 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;

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff