浏览代码

fix(ui): show command help button for chosen item

charlie 4 年之前
父节点
当前提交
c59719bf88
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/frontend/ui.css

+ 1 - 1
src/main/frontend/ui.css

@@ -25,7 +25,7 @@
         }
       }
 
-      &:hover {
+      &:hover, &.chosen {
         .has-help small {
           visibility: visible;
         }