Skip to content

Commit b3fc41b

Browse files
fix(table): remove header table cell background states
- there's not really color changes specc'd out for the header table cell background states, so they're now removed
1 parent b1373d3 commit b3fc41b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/table/index.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,9 @@
183183
--highcontrast-table-row-text-color: var(--highcontrast-table-row-text-color-focus);
184184
--highcontrast-table-icon-color: var(--highcontrast-table-row-text-color-focus);
185185
--spectrum-table-row-text-color: var(--spectrum-table-row-text-color-key-focus);
186-
--spectrum-table-header-background-color: var(--spectrum-table-cell-background-color);
187186

188187
&:hover {
189188
--spectrum-table-row-text-color: var(--spectrum-table-row-text-color-key-focus);
190-
--spectrum-table-header-background-color: var(--spectrum-table-cell-background-color);
191189
}
192190
}
193191

@@ -196,15 +194,13 @@
196194
--highcontrast-table-icon-color: var(--highcontrast-table-row-text-color-hover);
197195
--spectrum-table-cell-background-color: var(--highcontrast-table-row-background-color-hover, var(--mod-table-row-background-color-hover, var(--spectrum-table-row-background-color-hover)));
198196
--spectrum-table-row-text-color: var(--highcontrast-table-row-text-color-hover, var(--mod-table-row-text-color-hover, var(--spectrum-table-row-text-color-hover)));
199-
--spectrum-table-header-background-color: var(--spectrum-table-cell-background-color);
200197
}
201198

202199
&:active {
203200
--highcontrast-table-row-text-color: var(--highcontrast-table-row-text-color-hover);
204201
--highcontrast-table-icon-color: var(--highcontrast-table-row-text-color-hover);
205202
--spectrum-table-cell-background-color: var(--highcontrast-table-row-background-color-hover, var(--mod-table-row-background-color-active-color, var(--spectrum-table-row-background-color-active)));
206203
--spectrum-table-row-text-color: var(--highcontrast-table-row-text-color-hover, var(--mod-table-row-text-color-active, var(--spectrum-table-row-text-color-active)));
207-
--spectrum-table-header-background-color: var(--spectrum-table-cell-background-color);
208204
}
209205

210206
&.is-selected {

0 commit comments

Comments
 (0)