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

pull/2899/head
charlie 2021-09-28 10:54:52 +08:00 committed by Tienson Qin
parent 531fd6e7c5
commit c59719bf88
1 changed files with 1 additions and 1 deletions

View File

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