UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

261 lines (222 loc) 7.16 kB
.bolt-table-header-cell { outline: none; padding: 0; border-bottom: 1px solid rgba(234, 234, 234, 1); border-bottom: 1px solid var(--component-grid-cell-bottom-border-color,rgba(234, 234, 234, 1)); } .bolt-table-header-cell-text--required::after { content: " *"; color: rgba(218, 10, 0, 1); color: var(--status-error-text,rgba(218, 10, 0, 1)); } .bolt-table-header-border { border-bottom: 1px solid rgba(234, 234, 234, 1); border-bottom: 1px solid var(--component-grid-cell-bottom-border-color,rgba(234, 234, 234, 1)); } .bolt-table-header-cell-content { border: 1px solid transparent; border-radius: 4px; color: rgba(0, 0, 0, .55); color: var(--text-secondary-color,rgba(0, 0, 0, .55)); font-weight: 600; margin: 7px 0px; outline: none; padding: 0.375rem 0.6875rem; position: relative; text-align: left; } @media (forced-colors: active) { .bolt-table-header-cell-content { border-color: transparent; } } .bolt-table-header-cell-actionable > .bolt-table-header-cell-content { cursor: pointer; } .bolt-table-header-cell-actionable > .bolt-table-header-cell-content:hover { background-color: rgba(0, 0, 0, .02); background-color: var(--component-grid-row-hover-color,rgba(0, 0, 0, .02)); } .bolt-focus-visible .bolt-table-header-cell-actionable:focus > .bolt-table-header-cell-content { background-color: rgba(222, 236, 249, 1); background-color: var(--component-grid-selected-row-color,rgba(222, 236, 249, 1)); } .bolt-table-header-cell-empty:hover { background-color: inherit; } .bolt-table-header-sort-icon { padding: 0 4px; } .bolt-table-header-sizer { bottom: 0px; position: absolute; right: 0px; top: 0px; } .bolt-table-header-row.focused .bolt-table-cell-content-reveal, .bolt-table-header-row:hover .bolt-table-cell-content-reveal, .bolt-table-row.focused .bolt-table-cell-content-reveal, .bolt-table-row:hover .bolt-table-cell-content-reveal { visibility: visible; } .bolt-table-two-line-cell-item { padding: 1px; } .bolt-table-two-line-cell-item .bolt-table-link:focus { animation: focus-shadow-pulse-inset 4s ease-in-out infinite; } @media (forced-colors: active) { .bolt-table-two-line-cell-item .bolt-table-link:focus { animation: none; } } .bolt-table-two-line-cell-item .bolt-table-link:focus { box-shadow: inset 0 0 0 3px rgba(0, 120, 212, 0.23), inset 0 0 0 1px rgba(0, 120, 212, 1); box-shadow: inset 0 0 0 3px var(--focus-pulse-max-color,rgba(0, 120, 212, 0.23)), inset 0 0 0 1px var(--focus-border-color,rgba(0, 120, 212, 1)); } .bolt-table-two-line-cell-icon { margin-right: 12px; } .bolt-table-cell-compact { padding: 0px; } .bolt-table-show-lines .bolt-table-row:not(.first-row) .bolt-table-cell { border-top: 1px solid rgba(234, 234, 234, 1); border-top: 1px solid var(--component-grid-cell-bottom-border-color,rgba(234, 234, 234, 1)); } .bolt-table-cell-primary { font-weight: 600; } .bolt-table-cell-tertiary { color: rgba(0, 0, 0, 0.55); /* @TODO: What color to use for a light color. */ } .justify-cell-start .bolt-list-cell-child { justify-content: flex-start; } .justify-cell-end .bolt-list-cell-child { justify-content: flex-end; } .bolt-table-cell-content { padding: 0.5625rem 0.75rem; } .bolt-table-cell-content .bolt-list-cell-child:not(:last-child) { margin-right: 4px; } .bolt-table-cell-content .bolt-list-cell-text { flex-grow: 1; overflow: hidden; } .bolt-table-cell-content-with-link { padding: 0.375rem 0.375rem; } .bolt-table-cell-content-with-inline-link { padding: 0.375rem 0.5rem; } .bolt-table-cell-content-with-button { padding-top: 0.125rem; padding-bottom: 0.125rem; } .bolt-table-inline-link-left-padding { padding-left: 0.25rem; } .bolt-table-inline-link-right-padding { padding-right: 0.25rem; } .bolt-table-link.bolt-link { padding: 0.1875rem 0.375rem; color: inherit; border-radius: 4px; } .bolt-table-link.bolt-link:focus, .bolt-table-link.bolt-link:active { outline: none; } .bolt-table-link.bolt-link:hover { color: rgba(0, 90, 158, 1); color: var(--communication-foreground,rgba(0, 90, 158, 1)); background-color: rgba(0, 0, 0, 0.06); background-color: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06)); } .bolt-table-inline-link.bolt-table-link { padding: 0.1875rem 0.25rem; } .bolt-table-cell-content-reveal { visibility: hidden; } @media screen and (max-width: 599px) { .bolt-table-cell-content-reveal { visibility: visible; } } .bolt-table-cell-select .bolt-table-header-cell-content:hover { background-color: inherit; } .bolt-table-cell-select { padding: 2px 0px 0px 0px; font-weight: normal; } .bolt-table-spacer-cell { z-index: 1; } .bolt-gripper-container { margin-left: 5px; width: 0.625rem; cursor: move; /* fallback if grab cursor is unsupported */ cursor: grab; cursor: -moz-grab; cursor: -webkit-grab; } .bolt-gripper { background-image: url("data:image/svg+xml;utf8,<svg width='6' height='20' viewBox='0 0 6 20' fill='black' opacity='0.3' xmlns='http://www.w3.org/2000/svg'><circle cx='1' cy='7' r='1'/><circle cx='1' cy='13' r='1'/><circle cx='1' cy='19' r='1'/><circle cx='5' cy='7' r='1'/><circle cx='1' cy='1' r='1'/><circle cx='5' cy='1' r='1'/><circle cx='5' cy='13' r='1'/><circle cx='5' cy='19' r='1'/></svg>"); height: 1.25rem; width: 0.625rem; } .bolt-focus-visible .bolt-table-header-cell:focus > .bolt-table-header-cell-content { animation: ms-focus-shadow-pulse 4s ease-in-out infinite; } @media (forced-colors: active) { .bolt-focus-visible .bolt-table-header-cell:focus > .bolt-table-header-cell-content { animation: none; } } .bolt-focus-visible .bolt-table-header-cell:focus > .bolt-table-header-cell-content { box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.23); box-shadow: 0 0 0 3px var(--focus-pulse-max-color,rgba(0, 120, 212, 0.23)); border-color: rgba(0, 120, 212, 1); border-color: var(--component-grid-focus-border-color,rgba(0, 120, 212, 1)); z-index: 1; } @media (forced-colors: active) { .bolt-focus-visible .bolt-table-header-cell:focus > .bolt-table-header-cell-content { border: 3px solid highlight; forced-color-adjust: none; background: transparent; color: windowtext; } } .bolt-focus-visible .bolt-table .bolt-list-row:focus .bolt-list-cell { border-color: rgba(0, 120, 212, 1); border-color: var(--component-grid-focus-border-color,rgba(0, 120, 212, 1)); } .bolt-focus-visible .bolt-table-link:focus { color: rgba(0, 90, 158, 1); color: var(--communication-foreground,rgba(0, 90, 158, 1)); background-color: rgba(0, 0, 0, 0.06); background-color: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06)); } .bolt-focus-visible .bolt-table-header-sizer:focus { border: 1px solid rgba(0, 120, 212, 1); border: 1px solid var(--communication-background,rgba(0, 120, 212, 1)); } .bolt-table-container.sticky-table { display: inline-block; overflow: auto; } .bolt-table.sticky-table th { position: -webkit-sticky; position: sticky; background: rgba(255, 255, 255, 1); background: var(--background-color,rgba(255, 255, 255, 1)); top: 0; z-index: 9; } /*# sourceMappingURL=Table.css.map */