azure-devops-ui
Version:
React components for building web UI in Azure DevOps
188 lines (161 loc) • 4.66 kB
CSS
.bolt-dropdown {
border-radius: 4px;
padding-top: 8px;
overflow-y: hidden;
}
.bolt-dropdown .bolt-list-row.selected .bolt-list-cell:first-child {
border-left: 0px none transparent;
}
.bolt-dropdown-list-box-container {
max-height: 270px;
padding-bottom: 8px;
}
.bolt-dropdown .bolt-dropdown-list-box-container {
overflow-x: hidden;
overflow-y: auto;
}
.bolt-dropdown-filter.bolt-textfield {
background: rgba(0, 0, 0, 0.06);
background: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06));
border-radius: 2px;
border-color: transparent;
}
.bolt-dropdown-filter.bolt-textfield .bolt-textfield-input {
background: transparent;
}
.bolt-dropdown-filter-container {
padding-left: 8px;
padding-right: 8px;
padding-bottom: 8px;
}
.bolt-actions-container {
border-top: 1px solid;
border-top-color: rgba(0, 0, 0, 0.06);
border-top-color: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06));
padding: 8px;
align-items: flex-start;
}
.bolt-dropdown-no-items {
padding: 6px 10px;
color: rgba(0, 0, 0, .55);
color: var(--text-secondary-color,rgba(0, 0, 0, .55));
text-align: center;
}
.bolt-focus-visible .bolt-dropdown .bolt-table-row.focused {
outline: none;
animation: focus-shadow-pulse-inset 4s ease-in-out infinite;
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));
}
@media (forced-colors: active) {
.bolt-focus-visible .bolt-dropdown .bolt-table-row.focused {
animation: none;
}
}
_::-webkit-full-page-media,
_:future,
:root .bolt-focus-visible .bolt-dropdown .bolt-table-row.focused {
outline-style: auto;
}
.bolt-dropdown-action-right-button {
margin: 8px 4px 0px 0px;
align-self: flex-end;
}
.bolt-dropdown-expandable-textfield-input {
text-align: left;
min-width: 0;
}
@media (forced-colors: active) {
.bolt-dropdown-expandable-textfield-input {
forced-color-adjust: none;
border-color: highlight;
}
}
@media screen and (-ms-high-contrast: black-on-white) {
.bolt-dropdown-expandable-textfield-input {
outline: 1px solid highlight;
outline-offset: 1px;
}
}
@media (forced-colors: active) {
.bolt-dropdown-expandable-textfield-input {
background: window;
color: windowtext ;
forced-color-adjust: auto;
}
}
.bolt-dropdown-expandable-textfield-input:empty {
min-height: 29px ;
}
.bolt-dropdown-expandable-textfield-input::-moz-focus-inner {
border: 0;
}
.bolt-dropdown-expandable-textfield-input.bolt-textfield-input {
background-color: transparent;
}
.bolt-dropdown-expandable-button-label {
text-align: left;
}
.bolt-dropdown-filter-bar-item {
max-width: 100%;
}
.bolt-dropdown-filter-bar-item .bolt-button {
max-width: 100%;
}
.bolt-dropdown-filter-bar-item .bolt-dropdown-expandable-button-label {
max-width: 340px;
font-weight: normal;
}
.bolt-dropdown-filter-bar-item .bolt-dropdown-expandable-button-label .bolt-dropdown-filter-bar-item-selected-text {
color: rgba(0, 0, 0, .9);
color: var(--text-primary-color,rgba(0, 0, 0, .9));
}
@media (forced-colors: active) {
.bolt-dropdown-filter-bar-item .bolt-dropdown-expandable-button-label .bolt-dropdown-filter-bar-item-selected-text {
color: windowText;
}
}
.bolt-dropdown-filter-bar-item-selected-text {
font-weight: 600;
}
.bolt-dropdown-filter-bar-item-placeholder {
white-space: pre;
}
.bolt-dropdown-filter-bar-item .bolt-button {
background: transparent;
color: rgba(0, 0, 0, .55);
color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}
.bolt-dropdown-filter-bar-item .bolt-button.active {
color: rgba(0, 0, 0, .9);
color: var(--text-primary-color,rgba(0, 0, 0, .9));
}
.bolt-dropdown-pivot.bolt-button.subtle {
font-weight: normal;
}
.bolt-dropdown-pivot.bolt-button.subtle:hover {
background: transparent;
}
.bolt-dropdown-pivot-selected {
border-bottom: 2px solid rgba(0, 120, 212, 1);
border-bottom: 2px solid var(--communication-background,rgba(0, 120, 212, 1));
font-weight: 600;
}
.bolt-dropdown-header {
padding: 0 4px 4px 12px;
}
.bolt-dropdown-header-text {
padding: 6px 0;
}
.bolt-dropdown-header-container {
border-bottom: 1px solid;
border-bottom-color: rgba(0, 0, 0, 0.06);
border-bottom-color: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06));
}
.bolt-dropdown-expandable-text-field:not(.disabled) {
cursor: pointer;
}
.bolt-dropdown-expandable-text-field:not(.disabled) .bolt-dropdown-expandable-textfield-input {
cursor: pointer;
}
/*# sourceMappingURL=Dropdown.css.map */