1) Browser panel turns blank on connecting/disconnecting the database when the

server has multiple databases. Fixes #6817
2) Use a hand pointer instead of an arrow. Fixes #6820
This commit is contained in:
Khushboo Vashi
2021-09-28 17:50:54 +05:30
committed by Akshay Joshi
parent 08706ba6b2
commit 24399daefe
3 changed files with 7 additions and 5 deletions

View File

@@ -39,7 +39,7 @@
white-space: nowrap;
padding: 2px 0;
padding-left: 2px;
cursor: default;
cursor: pointer !important;
&:hover, &.pseudo-active {
background-color: $tree-bg-hover !important;
}
@@ -102,8 +102,9 @@
border:1px solid transparent;
height:auto;
white-space:normal;
cursor:pointer;
cursor:pointer !important;
margin-right:24px;
margin-left: 2px;
}
&.prompt.new .file-label, &.file .file-label {
margin-left: 18px;
@@ -115,6 +116,7 @@
cursor: default;
color: #c1c1c1;
margin-left: 3px;
cursor: pointer !important;
}
}