File tree Expand file tree Collapse file tree
eui-theme-borealis/src/variables
eui-theme-common/src/global_styling/variables
eui/src/themes/amsterdam/global_styling/variables Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,11 +140,6 @@ const component_colors: _EuiThemeComponentColors = {
140140 ( [ backgroundBasePlain ] ) => backgroundBasePlain ,
141141 [ 'colors.backgroundBasePlain' ]
142142 ) ,
143- // "Legacy", same as dataGridRowStripesBackground
144- dataGridRowBackgroundStriped : computed (
145- ( [ backgroundBaseSubdued ] ) => backgroundBaseSubdued ,
146- [ 'colors.backgroundBaseSubdued' ]
147- ) ,
148143 dataGridRowStripesBackgroundHover : computed (
149144 ( [ backgroundBasePlain ] ) => backgroundBasePlain ,
150145 [ 'colors.backgroundBasePlain' ]
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ export type _EuiThemeComponentColors = {
6969 dataGridRowStripesBackgroundStripedHover : ColorModeSwitch ;
7070 dataGridRowStripesBackgroundSelect : ColorModeSwitch ;
7171 dataGridRowStripesBackgroundSelectHover : ColorModeSwitch ;
72- dataGridRowBackgroundStriped : ColorModeSwitch ;
7372
7473 dragDropDraggingBackground : ColorModeSwitch ;
7574 dragDropDraggingOverBackground : ColorModeSwitch ;
Original file line number Diff line number Diff line change @@ -191,10 +191,6 @@ const component_colors: _EuiThemeComponentColors = {
191191 ( [ emptyShade ] ) => emptyShade ,
192192 [ 'colors.emptyShade' ]
193193 ) ,
194- dataGridRowBackgroundStriped : computed (
195- ( [ lightestShade ] ) => lightestShade ,
196- [ 'colors.lightestShade' ]
197- ) ,
198194 dataGridRowStripesBackgroundHover : computed (
199195 ( [ highlight ] ) => highlight ,
200196 [ 'colors.highlight' ]
You can’t perform that action at this time.
0 commit comments