2
0
Эх сурвалжийг харах

#6797: Fix Safari anchor element styling issue

checktheroads 4 жил өмнө
parent
commit
a60e8d3e12

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 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.
 // Ensure progress bars (utilization graph) in tables aren't too narrow to display the percentage.
 table td > .progress {
 table td > .progress {
   min-width: 6rem;
   min-width: 6rem;

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно