Przeglądaj źródła

Get rid of $color-lightgray

Alexander Zaytsev 6 lat temu
rodzic
commit
9f4a3a2d5d

+ 3 - 3
packages/@uppy/dashboard/src/style.scss

@@ -374,7 +374,7 @@
   justify-content: space-between;
   height: 40px;
   width: 100%;
-  border-bottom: 1px solid $color-lightgray;
+  border-bottom: 1px solid $gray-200;
   z-index: $zIndex-4;
   background-color: $color-almost-white;
   padding: 0 10px;
@@ -1083,7 +1083,7 @@ a.uppy-Dashboard-poweredBy {
 
 .uppy-Dashboard-actions {
   height: 55px;
-  border-top: 1px solid $color-lightgray;
+  border-top: 1px solid $gray-200;
   display: flex;
   align-items: center;
   padding: 0 15px;
@@ -1177,7 +1177,7 @@ a.uppy-Dashboard-poweredBy {
   align-items: center;
   justify-content: center;
   flex-grow: 1;
-  border-bottom: 1px solid $color-lightgray;
+  border-bottom: 1px solid $gray-200;
   background-color: lighten($color-gray, 40%); /* no !important */
   position: relative;
 }

+ 2 - 2
packages/@uppy/provider-views/src/style.scss

@@ -106,7 +106,7 @@
 
 .uppy-ProviderBrowser-header {
   z-index: $zIndex-2;
-  border-bottom: 1px solid $color-lightgray;
+  border-bottom: 1px solid $gray-200;
   position: relative;
 }
 
@@ -484,7 +484,7 @@
   align-items: center;
   background: $color-white;
   height: 65px;
-  border-top: 1px solid $color-lightgray;
+  border-top: 1px solid $gray-200;
   padding: 0 15px;
 
   & button {

+ 1 - 1
packages/@uppy/status-bar/src/style.scss

@@ -52,7 +52,7 @@
 .uppy-StatusBar:not([aria-hidden=true]).is-waiting {
   background-color: $color-white;
   height: 65px;
-  border-top: 1px solid $color-lightgray;
+  border-top: 1px solid $gray-200;
 }
 
 .uppy-StatusBar-progress {