Skip to content

Commit 94c55b0

Browse files
committed
fix(theme): remove redundant dataGridRowBackgroundStriped token
1 parent f0cae73 commit 94c55b0

3 files changed

Lines changed: 0 additions & 10 deletions

File tree

packages/eui-theme-borealis/src/variables/_components.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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']

packages/eui-theme-common/src/global_styling/variables/components.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

packages/eui/src/themes/amsterdam/global_styling/variables/_components.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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']

0 commit comments

Comments
 (0)