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

This commit is contained in:
charlie
2021-09-28 10:54:52 +08:00
committed by Tienson Qin
parent 531fd6e7c5
commit c59719bf88

View File

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