File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 183
183
--highcontrast-table-row-text-color : var (--highcontrast-table-row-text-color-focus );
184
184
--highcontrast-table-icon-color : var (--highcontrast-table-row-text-color-focus );
185
185
--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 );
187
186
188
187
& : hover {
189
188
--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 );
191
189
}
192
190
}
193
191
196
194
--highcontrast-table-icon-color : var (--highcontrast-table-row-text-color-hover );
197
195
--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 )));
198
196
--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 );
200
197
}
201
198
202
199
& : active {
203
200
--highcontrast-table-row-text-color : var (--highcontrast-table-row-text-color-hover );
204
201
--highcontrast-table-icon-color : var (--highcontrast-table-row-text-color-hover );
205
202
--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 )));
206
203
--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 );
208
204
}
209
205
210
206
& .is-selected {
You can’t perform that action at this time.
0 commit comments