Parcourir la source

#6797: Fix Safari anchor element styling issue

checktheroads il y a 4 ans
Parent
commit
a60e8d3e12

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


Fichier diff supprimé car celui-ci est trop grand
+ 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;

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff