File tree Expand file tree Collapse file tree 7 files changed +14
-9
lines changed
virtual-tree/components/Node Expand file tree Collapse file tree 7 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ $footerHeight: 38px;
36
36
}
37
37
.ReactVirtualized__Grid__innerScrollContainer {
38
38
& > div :hover {
39
- background : var (--tableRowHoverColor );
39
+ background : var (--browserComponentActive );
40
40
}
41
41
}
42
42
}
@@ -67,7 +67,12 @@ $footerHeight: 38px;
67
67
}
68
68
69
69
:global(.table-row-selected ) {
70
- background : var (--browserViewTypeActive ) !important ;
70
+ background : var (--browserComponentActive ) !important ;
71
+
72
+ * {
73
+ color : var (--euiColorFullShade ) !important ;
74
+ }
75
+
71
76
& > div :first-of-type {
72
77
border-left : 3px solid transparent ;
73
78
border-left-color : var (--euiColorPrimary ) !important ;
Original file line number Diff line number Diff line change 8
8
border-left : 3px solid transparent ;
9
9
10
10
& :hover {
11
- background-color : var (--browserTreeNodeOpen );
11
+ background-color : var (--browserComponentActive );
12
12
}
13
13
}
14
14
29
29
30
30
.nodeSelected {
31
31
border-left-color : var (--euiColorPrimary ) !important ;
32
- background-color : var (--browserTreeNodeOpen );
32
+ background-color : var (--browserComponentActive );
33
33
34
34
.nodeContent {
35
35
color : var (--euiColorFullShade ) !important ;
Original file line number Diff line number Diff line change 74
74
}
75
75
76
76
& .active {
77
- background-color : var (--browserViewTypeActive ) !important ;
77
+ background-color : var (--browserComponentActive ) !important ;
78
78
79
79
svg {
80
80
color : var (--euiColorPrimary ) !important ;
Original file line number Diff line number Diff line change 90
90
--externalLinkColor : #{$externalLinkColor } ;
91
91
--externalLinkTooltipColor : #{$externalLinkTooltipColor } ;
92
92
--browserViewTypePassive : #{$browserViewTypePassive } ;
93
- --browserViewTypeActive : #{$browserViewTypeActive } ;
93
+ --browserComponentActive : #{$browserComponentActive } ;
94
94
--browserTreeNodeOpen : #{$browserTreeNodeOpen } ;
95
95
96
96
--iconsDefaultColor : #{$iconsDefaultColor } ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ $tableDarkestBorderColor: #2c2c2c;
44
44
45
45
$browserTableRowEven : #171717 ;
46
46
$browserViewTypePassive : #171717 ;
47
- $browserViewTypeActive : #212536 ;
47
+ $browserComponentActive : #292F47 ;
48
48
$browserTreeNodeOpen : #2B2F40 ;
49
49
50
50
$inputTextColor : #DFE5EF ;
Original file line number Diff line number Diff line change 92
92
--externalLinkColor : #{$externalLinkColor } ;
93
93
--externalLinkTooltipColor : #{$externalLinkTooltipColor } ;
94
94
--browserViewTypePassive : #{$browserViewTypePassive } ;
95
- --browserViewTypeActive : #{$browserViewTypeActive } ;
95
+ --browserComponentActive : #{$browserComponentActive } ;
96
96
--browserTreeNodeOpen : #{$browserTreeNodeOpen } ;
97
97
98
98
--iconsDefaultColor : #{$iconsDefaultColor } ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ $tableDarkestBorderColor: #E9EDF3;
40
40
41
41
$browserTableRowEven : #F6F8FD ;
42
42
$browserViewTypePassive : #f6f7f9 ;
43
- $browserViewTypeActive : #d7e3fa ;
43
+ $browserComponentActive : #d7e3fa ;
44
44
$browserTreeNodeOpen : #d7e3fa ;
45
45
46
46
$inputTextColor : #173369 ;
You can’t perform that action at this time.
0 commit comments