Skip to content

Commit a3b8334

Browse files
committed
fix(ui): remove old color override conflicting with the selected state for the keys badges in the browser (#5292)
re #RI-7766
1 parent f88b0c8 commit a3b8334

File tree

1 file changed

+0
-4
lines changed
  • redisinsight/ui/src/pages/browser/components/virtual-tree/components/Node

1 file changed

+0
-4
lines changed

redisinsight/ui/src/pages/browser/components/virtual-tree/components/Node/styles.module.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@
6464
.nodeSelected {
6565
border-left-color: var(--browserComponentActive) !important;
6666
background-color: var(--browserComponentActive) !important;
67-
68-
.nodeContent * {
69-
color: var(--euiColorFullShade) !important;
70-
}
7167
}
7268

7369
.nodeIcon {

0 commit comments

Comments
 (0)