Преглед изворни кода

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

Johan Ahlen пре 7 година
родитељ
комит
26b201d103

Разлика између датотеке није приказан због своје велике величине
+ 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;
   }
 
+  .editable-unsaved {
+    font-weight: normal;
+  }
+
   .show-inactive-on-hover {
     .inactive-action {
       opacity: 0;
       vertical-align: top;
     }
-    .editable-unsaved {
-      font-weight: normal;
-    }
     &:hover {
       .inactive-action {
         opacity: 1;

Неке датотеке нису приказане због велике количине промена