andy hace 2 años
padre
commit
1d866cdb96

+ 6 - 0
css/list-style-mb.css

@@ -633,6 +633,9 @@ a {
   width: 25%;
   text-align: center;
   max-width: 25%;
+  -webkit-appearance: none !important;
+  -moz-appearance: none !important;
+       appearance: none !important;
 }
 
 .infoContent .nav-item-link {
@@ -644,6 +647,9 @@ a {
   color: #727679;
   text-align: center;
   font-size: 1.12rem;
+  -webkit-appearance: none !important;
+  -moz-appearance: none !important;
+       appearance: none !important;
 }
 
 .infoContent .nav-item-link.active {

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
css/list-style-mb.css.map


+ 4 - 0
css/list-style-mb.scss

@@ -534,6 +534,8 @@ a {
       width: 25%;
       text-align: center;
       max-width: 25%;
+      -webkit-appearance : none !important; 
+      appearance: none !important;
       &-link {
           display: block;
           padding: 1rem 0.5rem;
@@ -543,6 +545,8 @@ a {
           color: #727679;
           text-align: center;
           font-size: 1.12rem;
+          -webkit-appearance : none !important; 
+          appearance: none !important;
           &.active {
               color: #EE7800;
               border-bottom: 2px solid #EE7800;

+ 2 - 0
css/list-style.css

@@ -789,6 +789,8 @@ a {
   -webkit-transition: all .3s;
   transition: all .3s;
   -webkit-appearance: none !important;
+  -moz-appearance: none;
+       appearance: none;
 }
 
 @media screen and (max-width: 1200px) {

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
css/list-style.css.map


+ 2 - 1
css/list-style.scss

@@ -278,6 +278,7 @@ body {
                   text-decoration: none;
                   color: rgb(146, 146, 146);
                   font-size: .85rem;
+
                   &:hover {
                       color: #EE7800;
                   }
@@ -664,7 +665,7 @@ a {
             color: #727679;
             transition: all .3s;
             -webkit-appearance : none !important; 
-            
+            appearance: none;
             @media screen and (max-width: 1200px) {
                 padding: 0.5rem .8rem;
             }

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio