UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

282 lines (280 loc) 10.8 kB
.bolt-table-container ul.bolt-list { color: rgba(0, 0, 0, .9); color: var(--text-primary-color,rgba(0, 0, 0, .9)); cursor: default; margin: 0; user-select: none; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; } .bolt-table-container ul.bolt-list .bolt-fixed-height-list-row { width: 100%; } .bolt-table-container ul.bolt-list .bolt-list-row { color: inherit; display: flex; align-items: baseline; outline: none; padding: 0 20px 0 0; text-decoration: none; transition: background 80ms linear; } body.ms-vss-web-vsts-theme-hc-dark .bolt-table-container ul.bolt-list .bolt-list-row { transition: none; } body.ms-vss-web-vsts-theme-hc-light .bolt-table-container ul.bolt-list .bolt-list-row { transition: none; } .bolt-table-container ul.bolt-list .bolt-list-row.bolt-list-box-multi-select-row { gap: 10px; padding: 0 20px 0 16px; } .bolt-table-container ul.bolt-list .bolt-list-row:hover:not(.bolt-list-box-header-row, .bolt-list-box-divider-row) { background-color: rgba(0, 0, 0, .02); background-color: var(--component-grid-row-hover-color,rgba(0, 0, 0, .02)); } .bolt-table-container ul.bolt-list .bolt-list-row:hover:not(.bolt-list-box-header-row, .bolt-list-box-divider-row) .bolt-list-cell-content-reveal { opacity: 100; } @media (forced-colors: active) { .bolt-table-container ul.bolt-list .bolt-list-row:hover:not(.bolt-list-box-header-row, .bolt-list-box-divider-row) { background: Canvas; forced-color-adjust: none; } .bolt-table-container ul.bolt-list .bolt-list-row:hover:not(.bolt-list-box-header-row, .bolt-list-box-divider-row) td { forced-color-adjust: auto; } } body.ms-vss-web-vsts-theme-hc-dark .bolt-table-container ul.bolt-list .bolt-list-row:hover:not(.bolt-list-box-header-row, .bolt-list-box-divider-row):not(.bolt-menuitem-divider, .comment-item) { background: rgba(0, 120, 212, 1); background: var(--focus-border-color,rgba(0, 120, 212, 1)); color: rgba(255, 255, 255, 1); color: var(--background-color,rgba(255, 255, 255, 1)); } body.ms-vss-web-vsts-theme-hc-light .bolt-table-container ul.bolt-list .bolt-list-row:hover:not(.bolt-list-box-header-row, .bolt-list-box-divider-row):not(.bolt-menuitem-divider, .comment-item) { background: rgba(0, 120, 212, 1); background: var(--focus-border-color,rgba(0, 120, 212, 1)); color: rgba(255, 255, 255, 1); color: var(--background-color,rgba(255, 255, 255, 1)); } body.ms-vss-web-vsts-theme-hc-dark .bolt-table-container ul.bolt-list .bolt-list-row:hover:not(.bolt-list-box-header-row, .bolt-list-box-divider-row) .secondary-text { color: rgba(255, 255, 255, 1); color: var(--background-color,rgba(255, 255, 255, 1)); } body.ms-vss-web-vsts-theme-hc-light .bolt-table-container ul.bolt-list .bolt-list-row:hover:not(.bolt-list-box-header-row, .bolt-list-box-divider-row) .secondary-text { color: rgba(255, 255, 255, 1); color: var(--background-color,rgba(255, 255, 255, 1)); } body.ms-vss-web-vsts-theme-hc-dark .bolt-table-container ul.bolt-list .bolt-list-row:hover:not(.bolt-list-box-header-row, .bolt-list-box-divider-row) .list-item-label { color: rgba(0, 120, 212, 1); color: var(--focus-border-color,rgba(0, 120, 212, 1)); } body.ms-vss-web-vsts-theme-hc-light .bolt-table-container ul.bolt-list .bolt-list-row:hover:not(.bolt-list-box-header-row, .bolt-list-box-divider-row) .list-item-label { color: rgba(0, 120, 212, 1); color: var(--focus-border-color,rgba(0, 120, 212, 1)); } .bolt-table-container ul.bolt-list .bolt-list-row.focused .bolt-list-cell-content-reveal { opacity: 100; } @media (forced-colors: active) { .bolt-table-container ul.bolt-list .bolt-list-row.focused { background: Canvas; forced-color-adjust: none; } .bolt-table-container ul.bolt-list .bolt-list-row.focused td { forced-color-adjust: auto; } } body.ms-vss-web-vsts-theme-hc-dark .bolt-table-container ul.bolt-list .bolt-list-row.focused:not(.comment-item) { background: rgba(0, 120, 212, 1); background: var(--focus-border-color,rgba(0, 120, 212, 1)); color: rgba(255, 255, 255, 1); color: var(--background-color,rgba(255, 255, 255, 1)); } body.ms-vss-web-vsts-theme-hc-dark .bolt-table-container ul.bolt-list .bolt-list-row.focused:not(.comment-item) .secondary-text { color: rgba(255, 255, 255, 1); color: var(--background-color,rgba(255, 255, 255, 1)); } body.ms-vss-web-vsts-theme-hc-light .bolt-table-container ul.bolt-list .bolt-list-row.focused:not(.comment-item) { background: rgba(0, 120, 212, 1); background: var(--focus-border-color,rgba(0, 120, 212, 1)); color: rgba(255, 255, 255, 1); color: var(--background-color,rgba(255, 255, 255, 1)); } body.ms-vss-web-vsts-theme-hc-light .bolt-table-container ul.bolt-list .bolt-list-row.focused:not(.comment-item) .secondary-text { color: rgba(255, 255, 255, 1); color: var(--background-color,rgba(255, 255, 255, 1)); } .bolt-table-container ul.bolt-list .bolt-list-row.selected { background-color: rgba(222, 236, 249, 1); background-color: var(--component-grid-selected-row-color,rgba(222, 236, 249, 1)); outline: none; } @media (forced-colors: active) { .bolt-table-container ul.bolt-list .bolt-list-row.selected { background: Highlight; color: HighlightText; forced-color-adjust: none; } } body.ms-vss-web-vsts-theme-hc-dark .bolt-table-container ul.bolt-list .bolt-list-row.selected { forced-color-adjust: none; background: Highlight; color: HighlightText; } body.ms-vss-web-vsts-theme-hc-light .bolt-table-container ul.bolt-list .bolt-list-row.selected { forced-color-adjust: none; background: Highlight; color: HighlightText; } @media (forced-colors: active) { .bolt-table-container ul.bolt-list .bolt-list-row.selected .bolt-button.bolt-focus-treatment:focus, .bolt-table-container ul.bolt-list .bolt-list-row.selected .bolt-checkbox.bolt-focus-treatment:focus .bolt-checkmark { border-color: Background; } } .bolt-table-container ul.bolt-list .bolt-list-row.selected .bolt-list-cell:first-child { border-width: 2px; } .bolt-table-container ul.bolt-list .bolt-list-row:hover.selected { background-color: rgba(222, 236, 249, 1); background-color: var(--component-grid-action-selected-cell-hover-color,rgba(222, 236, 249, 1)); } @media (forced-colors: active) { .bolt-table-container ul.bolt-list .bolt-list-row:hover.selected { background-color: Highlight; color: HighlightText; forced-color-adjust: none; } } body.ms-vss-web-vsts-theme-hc-dark .bolt-table-container ul.bolt-list .bolt-list-row:hover.selected { forced-color-adjust: none; background: Highlight; color: HighlightText; } body.ms-vss-web-vsts-theme-hc-light .bolt-table-container ul.bolt-list .bolt-list-row:hover.selected { forced-color-adjust: none; background: Highlight; color: HighlightText; } .bolt-table-container ul.bolt-list .bolt-list-row.single-click-activation { cursor: pointer; } .bolt-table-container ul.bolt-list .bolt-list-row-no-hover:hover { background-color: initial; } .bolt-table-container ul.bolt-list .bolt-list-row-header:hover, .bolt-table-container ul.bolt-list .bolt-list-row-loading:hover { background-color: initial; cursor: default; } .bolt-table-container ul.bolt-list .bolt-list-cell { border-top: 1px solid transparent; border-bottom: 1px solid transparent; overflow: hidden; padding: 0; position: relative; text-align: left; text-decoration: none; white-space: nowrap; } .bolt-table-container ul.bolt-list .bolt-list-cell:first-child:not(.bolt-table-cell-select) { border-left: 2px solid transparent; width: 100%; max-width: unset; min-width: unset; } .bolt-table-container ul.bolt-list .bolt-list-cell:last-child { border-right: 1px solid transparent; } .bolt-table-container ul.bolt-list .selected .bolt-list-cell:first-child { border-left: 2px solid transparent; } .bolt-table-container ul.bolt-list .bolt-list-cell-content-reveal { opacity: 0; } .bolt-table-container ul.bolt-list .bolt-list-cell-text { overflow: hidden; } .bolt-table-container ul.bolt-list .bolt-focus-visible .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)); } @media (forced-colors: active) { .bolt-table-container ul.bolt-list .bolt-focus-visible .bolt-list-row:focus .bolt-list-cell { background-color: highlight; } } @media (forced-colors: active) { .bolt-table-container ul.bolt-list .bolt-focus-visible .bolt-list-row:focus { forced-color-adjust: none; border-color: highlight; } } @media screen and (forced-colors: active) and (prefers-color-scheme: light) { .bolt-table-container ul.bolt-list .bolt-focus-visible .bolt-list-row:focus { outline: 3px double highlight; outline-offset: 1px; } } @media (forced-colors: active) { .bolt-table-container ul.bolt-list .bolt-focus-visible .bolt-list-row:focus { forced-color-adjust: none; } .bolt-table-container ul.bolt-list .bolt-focus-visible .bolt-list-row:focus a { forced-color-adjust: auto; } .bolt-table-container ul.bolt-list .bolt-focus-visible .bolt-list-row:focus > td > * { forced-color-adjust: auto; } } .bolt-table-container ul.bolt-list .bolt-list-row-marked .bolt-list-cell:first-child { border-left: 2px solid; border-left-color: rgba( 43, 136, 216 , 1 ); border-left-color: rgba( var(--palette-primary-tint-10,43, 136, 216) , 1 ); } .bolt-table-container ul.bolt-list .bolt-list-overlay-container { width: 100%; } .bolt-table-container ul.bolt-list .bolt-list-overlay { pointer-events: none; width: 100%; } .bolt-table-container ul.bolt-list .bolt-list-drag-source-item { background-color: rgba(255, 255, 255, 0.40); background-color: var(--component-grid-drag-source-color,rgba(255, 255, 255, 0.40)); } .bolt-table-container ul.bolt-list .bolt-drag-image-portal { z-index: 100; } .bolt-table-container ul.bolt-list .bolt-drag-image { background-color: rgba(255, 255, 255, 1); background-color: var(--callout-background-color,rgba(255, 255, 255, 1)); height: 40px; width: 320px; padding: 0px 8px; } .bolt-table-container ul.bolt-list .bolt-table-cell-content:not(.favorites-item-list) { padding: 0.375rem 0; overflow: hidden; } .bolt-table-container ul.bolt-list .bolt-table-cell-select { align-self: center; } .bolt-table-container li.bolt-list-box-loading-row { justify-content: center; } .bolt-table-container .bolt-list-box-loading-row span { max-width: fit-content !important; } .bolt-table-container .dropdown-list.artifact-list-item { flex-grow: 1; } .bolt-table-container .directory-dropdown-content .bolt-list-cell { flex-grow: 1; } .bolt-table-container span.dropdown-list.bolt-table-cell.bolt-list-cell { flex-grow: 1; } /*# sourceMappingURL=DropdownList.css.map */