mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -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 {
|
&:hover, &.pseudo-active {
|
||||||
background-color: $tree-bg-hover !important;
|
background-color: $tree-bg-hover !important;
|
||||||
color: $tree-fg-hover !important;
|
color: $tree-fg-hover !important;
|
||||||
|
span.file-label {
|
||||||
|
span.file-name {
|
||||||
|
color: $tree-text-hover-fg !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.active, &.prompt {
|
&.active, &.prompt {
|
||||||
background-color: $tree-bg-selected !important;
|
background-color: $tree-bg-selected !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user