This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
Apq
/
logseq
同期ミラー
https://github.com/logseq/logseq.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
fix(ui): show command help button for chosen item
charlie
4 年 前
親
531fd6e7c5
コミット
c59719bf88
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;
}