Ver código fonte

Copy/edit hover styles

Alexander Zaytsev 6 anos atrás
pai
commit
b8629a13e8
1 arquivos alterados com 7 adições e 3 exclusões
  1. 7 3
      packages/@uppy/dashboard/src/style.scss

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

@@ -807,7 +807,7 @@ a.uppy-Dashboard-poweredBy {
   font-weight: 500;
   margin: 0;
   padding: 0;
-  margin-bottom: 6px;
+  margin-bottom: 5px;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
@@ -826,7 +826,7 @@ a.uppy-Dashboard-poweredBy {
 
 .uppy-DashboardItem-status {
   font-size: 11px;
-  line-height: 11px;
+  line-height: 1.3;
   font-weight: normal;
   color: $gray-600;
   margin-bottom: 4px;
@@ -845,8 +845,12 @@ a.uppy-Dashboard-poweredBy {
   cursor: pointer;
   font-family: inherit;
   font-size: inherit;
-  line-height: 1;
+  line-height: inherit;
   color: inherit;
+
+  &:hover {
+    text-decoration: underline;
+  }
 }
 
 .uppy-DashboardItem-edit:not(:first-child),