ソースを参照

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;
         }