|
83 | 83 | ".spectrum-Table-row.is-drop-target .spectrum-Table-cell",
|
84 | 84 | ".spectrum-Table-row.is-drop-target .spectrum-Table-checkbox .spectrum-Checkbox-box:before",
|
85 | 85 | ".spectrum-Table-row.is-focused",
|
| 86 | + ".spectrum-Table-row.is-focused .spectrum-Table-cell", |
86 | 87 | ".spectrum-Table-row.is-focused .spectrum-Table-cell:first-child",
|
87 | 88 | ".spectrum-Table-row.is-focused .spectrum-Table-cell:first-child:before",
|
| 89 | + ".spectrum-Table-row.is-focused .spectrum-Table-cell:last-child", |
88 | 90 | ".spectrum-Table-row.is-focused .spectrum-Table-checkbox .spectrum-Checkbox-box:before",
|
| 91 | + ".spectrum-Table-row.is-focused:first-child .spectrum-Table-cell", |
| 92 | + ".spectrum-Table-row.is-focused:last-child .spectrum-Table-cell", |
89 | 93 | ".spectrum-Table-row.is-focused:last-child .spectrum-Table-cell:first-child:before",
|
90 | 94 | ".spectrum-Table-row.is-selected",
|
91 | 95 | ".spectrum-Table-row.is-selected .spectrum-Table-checkbox .spectrum-Checkbox-box:before",
|
|
95 | 99 | ".spectrum-Table-row:active",
|
96 | 100 | ".spectrum-Table-row:first-child",
|
97 | 101 | ".spectrum-Table-row:first-child .spectrum-Table-cell:last-child",
|
| 102 | + ".spectrum-Table-row:focus", |
| 103 | + ".spectrum-Table-row:focus .spectrum-Table-cell", |
98 | 104 | ".spectrum-Table-row:focus .spectrum-Table-cell:first-child",
|
99 | 105 | ".spectrum-Table-row:focus .spectrum-Table-cell:first-child:before",
|
| 106 | + ".spectrum-Table-row:focus .spectrum-Table-cell:last-child", |
100 | 107 | ".spectrum-Table-row:focus-visible",
|
| 108 | + ".spectrum-Table-row:focus-visible .spectrum-Table-cell", |
101 | 109 | ".spectrum-Table-row:focus-visible .spectrum-Table-cell:first-child",
|
102 | 110 | ".spectrum-Table-row:focus-visible .spectrum-Table-cell:first-child:before",
|
| 111 | + ".spectrum-Table-row:focus-visible .spectrum-Table-cell:last-child", |
103 | 112 | ".spectrum-Table-row:focus-visible .spectrum-Table-checkbox .spectrum-Checkbox-box:before",
|
| 113 | + ".spectrum-Table-row:focus-visible:first-child .spectrum-Table-cell", |
| 114 | + ".spectrum-Table-row:focus-visible:last-child .spectrum-Table-cell", |
104 | 115 | ".spectrum-Table-row:focus-visible:last-child .spectrum-Table-cell:first-child:before",
|
| 116 | + ".spectrum-Table-row:focus:first-child .spectrum-Table-cell", |
| 117 | + ".spectrum-Table-row:focus:last-child .spectrum-Table-cell", |
105 | 118 | ".spectrum-Table-row:focus:last-child .spectrum-Table-cell:first-child:before",
|
106 | 119 | ".spectrum-Table-row:hover",
|
107 | 120 | ".spectrum-Table-row:hover .spectrum-Table-cell:first-child:before",
|
|
279 | 292 | "--spectrum-table-row-checkbox-to-top-medium-compact",
|
280 | 293 | "--spectrum-table-row-checkbox-to-top-medium-spacious",
|
281 | 294 | "--spectrum-table-row-down-opacity",
|
| 295 | + "--spectrum-table-row-focus-indicator-outline-width", |
282 | 296 | "--spectrum-table-row-focus-indicator-width",
|
283 | 297 | "--spectrum-table-row-font-family",
|
284 | 298 | "--spectrum-table-row-font-size",
|
|
0 commit comments