Procházet zdrojové kódy

fix weird artefacts instead of ellipsis issue

Artur Paikin před 7 roky
rodič
revize
05edf02e87
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      src/scss/_dashboard.scss

+ 3 - 1
src/scss/_dashboard.scss

@@ -206,6 +206,7 @@
   border: 0;
   background-color: transparent;
   -webkit-appearance: none;
+  appearance: none;
   // outline: none;
   transition: all 0.3s;
   color: darken($color-gray, 25%);
@@ -222,7 +223,7 @@
   margin-top: 5px;
   margin-bottom: 0;
   font-weight: 500;
-  overflow-x: hidden;
+  overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 
@@ -376,6 +377,7 @@
   background: none;
   background-color: rgba($color-gray, 0.7);
   -webkit-appearance: none;
+  appearance: none;
   border: 0;
   z-index: $zIndex-3;
   transition: background-color 0.5s;