Browse Source

informer tooltip cursor

Artur Paikin 7 years ago
parent
commit
5e1fbabc0b
2 changed files with 8 additions and 5 deletions
  1. 0 1
      src/scss/_dashboard.scss
  2. 8 4
      src/scss/_informer.scss

+ 0 - 1
src/scss/_dashboard.scss

@@ -56,7 +56,6 @@
   left: 0;
   right: 0;
   bottom: 0;
-  // background-color: rgba($color-white, 0.8);
   background-color: rgba($color-black, 0.5);
   z-index: $zIndex-2;
 }

+ 8 - 4
src/scss/_informer.scss

@@ -56,7 +56,11 @@
   margin-left: -1px;
 }
 
-.uppy-Informer span:after {
-  line-height: 1.3;
-  word-wrap: break-word;
-}
+  .uppy-Informer span:hover {
+    cursor: help;
+  }
+
+  .uppy-Informer span:after {
+    line-height: 1.3;
+    word-wrap: break-word;
+  }