Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 19x 19x 19x | .list-with-detail-master-item-row[aria-selected='true'] {
background-color: var(--spectrum-global-color-gray-200);
}
.list-with-detail-master-item-number {
--list-with-detail-master-item-number-size: 1.2rem;
display: flex;
align-items: center;
justify-content: center;
width: var(--list-with-detail-master-item-number-size);
height: var(--list-with-detail-master-item-number-size);
border-radius: 50%;
overflow: hidden;
line-height: var(--list-with-detail-master-item-number-size);
font-size: 0.75em;
font-weight: 500;
text-align: center;
background-color: var(--spectrum-global-color-gray-500);
color: var(--spectrum-global-color-gray-200);
}
[aria-selected='true'] .list-with-detail-master-item-number {
background-color: var(--spectrum-global-color-gray-900);
color: var(--spectrum-global-color-gray-100);
}
|