Skip to content

Commit

Permalink
修复 autumnus 在文件列表模式下的光标闪烁
Browse files Browse the repository at this point in the history
  • Loading branch information
Soanguy authored Mar 29, 2021
1 parent f57b62f commit db69ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autumnus/assets/ui-setting.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.file-list-item:hover,
.file-node-content:hover,
.file-node-background:hover {
height: 30px;
height: auto;
}

.info-panel-tab:hover,
Expand Down Expand Up @@ -167,4 +167,4 @@ footer.stopselect.ty-footer {

.ty-preferences * {
color: var(--text-color);
}
}

0 comments on commit db69ec9

Please sign in to comment.