mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 23:36:48 -06:00
Fixed an issue where label is not visible on hover, while hover on icon or expand arrow. refs #6847
This commit is contained in:
parent
038fd6ce21
commit
1ec1db1ecb
@ -32,6 +32,11 @@
|
||||
&:hover, &.pseudo-active {
|
||||
background-color: $tree-bg-hover !important;
|
||||
color: $tree-fg-hover !important;
|
||||
span.file-label {
|
||||
span.file-name {
|
||||
color: $tree-text-hover-fg !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.active, &.prompt {
|
||||
background-color: $tree-bg-selected !important;
|
||||
|
Loading…
Reference in New Issue
Block a user