Skip to content

Commit

Permalink
资源管理器的Ping文字光标不再显示为文本选择器
Browse files Browse the repository at this point in the history
  • Loading branch information
iamapig120 committed Jan 24, 2019
1 parent 06d8c34 commit 9ef0699
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions manager/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ h1 {
background-color: var(--main-dark-color);
}
.main-context > .bottom-pannel > #pingInfo {
cursor: default;
font-size: 14px;
position: absolute;
line-height: 14px;
Expand Down
1 change: 1 addition & 0 deletions manager/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ h1 {
}
}
& > #pingInfo {
cursor: default;
font-size: 14px;
position: absolute;
line-height: 14px;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "majsoul-plus-client",
"version": "1.8.9",
"version": "1.8.10",
"productName": "Majsoul Plus",
"author": "MajsoulPlus Team",
"description": "Majsoul Plus",
Expand Down

0 comments on commit 9ef0699

Please sign in to comment.