UNPKG

@adobe/spectrum-css

Version:

The Spectrum CSS top-level backwards compatible package

135 lines (134 loc) 4.65 kB
.spectrum-Table-headCell { color: rgb(116, 116, 116); background-color: transparent; } .spectrum-Table-headCell.is-sortable .spectrum-Table-sortedIcon { color: rgb(149, 149, 149); } .spectrum-Table-headCell.is-sortable:hover { color: rgb(50, 50, 50); } .spectrum-Table-headCell.is-sortable:hover .spectrum-Table-sortedIcon { color: rgb(50, 50, 50); } .spectrum-Table-headCell.is-sortable.focus-ring, .spectrum-Table-headCell.is-sortable.is-focused { color: rgb(50, 50, 50); } .spectrum-Table-headCell.is-sortable.focus-ring .spectrum-Table-sortedIcon, .spectrum-Table-headCell.is-sortable.is-focused .spectrum-Table-sortedIcon { color: rgb(50, 50, 50); } .spectrum-Table-headCell.is-sortable:active { color: rgb(50, 50, 50); } .spectrum-Table-headCell.is-sortable:active .spectrum-Table-sortedIcon { color: rgb(50, 50, 50); } .spectrum-Table-cell.focus-ring::before, .spectrum-Table-cell.is-focused::before, .spectrum-Table-headCell.focus-ring::before, .spectrum-Table-headCell.is-focused::before { box-shadow: inset 0 0 0 2px rgb(55, 142, 240); } .spectrum-Table-body { border-style: solid; border-color: rgb(234, 234, 234); background-color: rgb(255, 255, 255); } .spectrum-Table-body.is-drop-target { border-color: rgb(55, 142, 240); box-shadow: 0 0 0 1px rgb(55, 142, 240); } .spectrum-Table-body.is-drop-target::before { background-color: rgba(38,128,235,0.1); } tbody.spectrum-Table-body { border: none; } tbody.spectrum-Table-body .spectrum-Table-row { border-top: none; } tbody.spectrum-Table-body .spectrum-Table-cell { border-top: 1px solid rgb(234, 234, 234); } tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:first-child { border-left: 1px solid rgb(234, 234, 234); } tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:last-child { border-right: 1px solid rgb(234, 234, 234); } tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell { border-bottom: 1px solid rgb(234, 234, 234); } .spectrum-Table-row { border-bottom: 1px solid rgb(234, 234, 234); background-color: transparent; } .spectrum-Table-row:hover { background-color: rgba(50,50,50,0.06); } .spectrum-Table-row.focus-ring, .spectrum-Table-row.is-focused { background-color: rgba(50,50,50,0.06); } .spectrum-Table-row:active { background-color: rgba(50,50,50,0.1); } .spectrum-Table-row.is-selected { background-color: rgba(38,128,235,0.1); } .spectrum-Table-row.is-selected:hover { background-color: rgba(38,128,235,0.2); } .spectrum-Table-row.is-selected.focus-ring, .spectrum-Table-row.is-selected.is-focused { background-color: rgba(38,128,235,0.2); } .spectrum-Table-row.is-drop-target::before { box-shadow: inset 0 0 0 2px rgb(55, 142, 240); background-color: rgba(38,128,235,0.1); } .spectrum-Table-cell { color: rgb(80, 80, 80); background-color: transparent; } .spectrum-Table-cell--divider { border-right-style: solid; border-right-color: rgb(234, 234, 234); } .spectrum-Table--quiet .spectrum-Table-body { border-width: 1px 0; background-color: transparent; } .spectrum-Table--quiet .spectrum-Table-body.is-drop-target { box-shadow: none; border-color: transparent; } .spectrum-Table--quiet .spectrum-Table-body.is-drop-target::before { box-shadow: inset 0 0 0 2px rgb(55, 142, 240); } .spectrum-Table--quiet .spectrum-Table-row { background-color: transparent; } .spectrum-Table--quiet .spectrum-Table-row:hover { background-color: rgba(50,50,50,0.06); } .spectrum-Table--quiet .spectrum-Table-row.focus-ring, .spectrum-Table--quiet .spectrum-Table-row.is-focused { background-color: rgba(50,50,50,0.06); } .spectrum-Table--quiet .spectrum-Table-row:active { background-color: rgba(50,50,50,0.1); } .spectrum-Table--quiet .spectrum-Table-row.is-selected { background-color: rgba(38,128,235,0.1); } .spectrum-Table--quiet .spectrum-Table-row.is-selected:hover { background-color: rgba(38,128,235,0.2); } .spectrum-Table--quiet .spectrum-Table-row.is-selected.focus-ring, .spectrum-Table--quiet .spectrum-Table-row.is-selected.is-focused { background-color: rgba(38,128,235,0.2); } .spectrum-Table--quiet tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:first-child, .spectrum-Table--quiet tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:last-child { border-left: none; border-right: none; }