UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

279 lines (277 loc) 11.7 kB
.dropdown-list-component-enabled 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; } .dropdown-list-component-enabled ul.bolt-list .bolt-fixed-height-list-row { width: 100%; } .dropdown-list-component-enabled ul.bolt-list .bolt-list-row { color: inherit; display: flex; align-items: baseline; outline: none; padding: 0 20px; text-decoration: none; transition: background 80ms linear; } body.ms-vss-web-vsts-theme-hc-dark .dropdown-list-component-enabled ul.bolt-list .bolt-list-row { transition: none; } body.ms-vss-web-vsts-theme-hc-light .dropdown-list-component-enabled ul.bolt-list .bolt-list-row { transition: none; } .dropdown-list-component-enabled 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)); } .dropdown-list-component-enabled 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) { .dropdown-list-component-enabled ul.bolt-list .bolt-list-row:hover:not(.bolt-list-box-header-row, .bolt-list-box-divider-row) { background: Canvas; forced-color-adjust: none; } .dropdown-list-component-enabled 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 .dropdown-list-component-enabled 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 .dropdown-list-component-enabled 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 .dropdown-list-component-enabled 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 .dropdown-list-component-enabled 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 .dropdown-list-component-enabled 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 .dropdown-list-component-enabled 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)); } .dropdown-list-component-enabled ul.bolt-list .bolt-list-row.focused .bolt-list-cell-content-reveal { opacity: 100; } @media (forced-colors: active) { .dropdown-list-component-enabled ul.bolt-list .bolt-list-row.focused { background: Canvas; forced-color-adjust: none; } .dropdown-list-component-enabled ul.bolt-list .bolt-list-row.focused td { forced-color-adjust: auto; } } body.ms-vss-web-vsts-theme-hc-dark .dropdown-list-component-enabled 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 .dropdown-list-component-enabled 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 .dropdown-list-component-enabled 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 .dropdown-list-component-enabled 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)); } .dropdown-list-component-enabled 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) { .dropdown-list-component-enabled ul.bolt-list .bolt-list-row.selected { background: Canvas; forced-color-adjust: none; } } body.ms-vss-web-vsts-theme-hc-dark .dropdown-list-component-enabled ul.bolt-list .bolt-list-row.selected { 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 .dropdown-list-component-enabled ul.bolt-list .bolt-list-row.selected { 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)); } @media (forced-colors: active) { .dropdown-list-component-enabled ul.bolt-list .bolt-list-row.selected .bolt-button.bolt-focus-treatment:focus, .dropdown-list-component-enabled ul.bolt-list .bolt-list-row.selected .bolt-checkbox.bolt-focus-treatment:focus .bolt-checkmark { border-color: Background; } } .dropdown-list-component-enabled ul.bolt-list .bolt-list-row.selected .bolt-list-cell:first-child { border-width: 2px; } .dropdown-list-component-enabled 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) { .dropdown-list-component-enabled ul.bolt-list .bolt-list-row:hover.selected { background-color: Canvas; } } body.ms-vss-web-vsts-theme-hc-dark .dropdown-list-component-enabled ul.bolt-list .bolt-list-row:hover.selected { 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 .dropdown-list-component-enabled ul.bolt-list .bolt-list-row:hover.selected { 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)); } .dropdown-list-component-enabled ul.bolt-list .bolt-list-row.single-click-activation { cursor: pointer; } .dropdown-list-component-enabled ul.bolt-list .bolt-list-row-no-hover:hover { background-color: initial; } .dropdown-list-component-enabled ul.bolt-list .bolt-list-row-header:hover, .dropdown-list-component-enabled ul.bolt-list .bolt-list-row-loading:hover { background-color: initial; cursor: default; } .dropdown-list-component-enabled 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; } .dropdown-list-component-enabled 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; } .dropdown-list-component-enabled ul.bolt-list .bolt-list-cell:last-child { border-right: 1px solid transparent; } .dropdown-list-component-enabled ul.bolt-list .selected .bolt-list-cell:first-child { border-left: 2px solid transparent; } .dropdown-list-component-enabled ul.bolt-list .bolt-list-cell-content-reveal { opacity: 0; } .dropdown-list-component-enabled ul.bolt-list .bolt-list-cell-text { overflow: hidden; } .dropdown-list-component-enabled 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) { .dropdown-list-component-enabled ul.bolt-list .bolt-focus-visible .bolt-list-row:focus .bolt-list-cell { background-color: highlight; } } @media (forced-colors: active) { .dropdown-list-component-enabled ul.bolt-list .bolt-focus-visible .bolt-list-row:focus { forced-color-adjust: none; border-color: highlight; } } @media screen and (-ms-high-contrast: black-on-white) { .dropdown-list-component-enabled ul.bolt-list .bolt-focus-visible .bolt-list-row:focus { outline: 3px double highlight; outline-offset: 1px; } } @media (forced-colors: active) { .dropdown-list-component-enabled ul.bolt-list .bolt-focus-visible .bolt-list-row:focus { forced-color-adjust: none; } .dropdown-list-component-enabled ul.bolt-list .bolt-focus-visible .bolt-list-row:focus a { forced-color-adjust: auto; } .dropdown-list-component-enabled ul.bolt-list .bolt-focus-visible .bolt-list-row:focus > td > * { forced-color-adjust: auto; } } .dropdown-list-component-enabled 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 ); } .dropdown-list-component-enabled ul.bolt-list .bolt-list-overlay-container { width: 100%; } .dropdown-list-component-enabled ul.bolt-list .bolt-list-overlay { pointer-events: none; width: 100%; } .dropdown-list-component-enabled 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)); } .dropdown-list-component-enabled ul.bolt-list .bolt-drag-image-portal { z-index: 100; } .dropdown-list-component-enabled 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; } .dropdown-list-component-enabled ul.bolt-list .bolt-table-cell-content:not(.favorites-item-list) { padding: 0.375rem 0.75rem; overflow: hidden; } .dropdown-list-component-enabled ul.bolt-list .bolt-table-cell-select { align-self: center; } .dropdown-list-component-enabled li.bolt-list-box-loading-row { justify-content: center; } .dropdown-list-component-enabled .bolt-list-box-loading-row span { max-width: fit-content !important; } .dropdown-list-component-enabled .dropdown-list.artifact-list-item { flex-grow: 1; } .dropdown-list-component-enabled .directory-dropdown-content .bolt-list-cell { flex-grow: 1; } .dropdown-list-component-enabled span.dropdown-list.bolt-table-cell.bolt-list-cell { flex-grow: 1; } /*# sourceMappingURL=DropdownList.css.map */