mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
08706ba6b2
commit
24399daefe
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user