Browse Source

HUE-5079 [metadata] Show tag edit icon on hover

Johan Ahlen 9 năm trước cách đây
mục cha
commit
cdcd130ab4

+ 6 - 1
desktop/core/src/desktop/static/desktop/ext/css/selectize.css

@@ -159,12 +159,17 @@
   border-color: transparent;
 }
 
+.selectize-input:hover .selectize-edit {
+  opacity: 1;
+}
+
 .selectize-edit {
+  opacity: 0;
   font-size: 18px;
   vertical-align: middle !important;
   margin-left: 5px;
   color: #999;
-  transition: color 0.2s linear;
+  transition: all 0.2s linear;
 }
 
 .selectize-edit:hover {