Browse Source

HUE-8155 [metastore] Don't show description in bold after change

Johan Ahlen 7 years ago
parent
commit
26b201d103

File diff suppressed because it is too large
+ 0 - 0
apps/metastore/src/metastore/static/metastore/css/metastore.css


+ 4 - 3
apps/metastore/src/metastore/static/metastore/less/metastore.less

@@ -218,14 +218,15 @@
     color: @cui-gray-600;
     color: @cui-gray-600;
   }
   }
 
 
+  .editable-unsaved {
+    font-weight: normal;
+  }
+
   .show-inactive-on-hover {
   .show-inactive-on-hover {
     .inactive-action {
     .inactive-action {
       opacity: 0;
       opacity: 0;
       vertical-align: top;
       vertical-align: top;
     }
     }
-    .editable-unsaved {
-      font-weight: normal;
-    }
     &:hover {
     &:hover {
       .inactive-action {
       .inactive-action {
         opacity: 1;
         opacity: 1;

Some files were not shown because too many files changed in this diff