azure-devops-ui
Version:
React components for building web UI in Azure DevOps
42 lines (38 loc) • 979 B
CSS
.bolt-list-drop-indicator-circle {
background-color: rgba( 43, 136, 216 , 1 );
background-color: rgba( var(--palette-primary-tint-10,43, 136, 216) , 1 );
border-radius: 50%;
height: 9px;
width: 9px;
}
.bolt-list-drop-indicator-circle.top {
top: -4px;
}
.bolt-list-drop-indicator-circle.bottom {
bottom: -4px;
}
.bolt-list-drop-indicator-line {
background-color: rgba( 199, 224, 244 , 1 );
background-color: rgba( var(--palette-primary-tint-20,199, 224, 244) , 1 );
height: 3px;
right: 0px;
}
.bolt-list-drop-indicator-line.top {
top: -1px;
}
.bolt-list-drop-indicator-line.bottom {
bottom: -1px;
}
.bolt-list-drop-indicator-line.left {
height: 100%;
width: 3px;
}
.bolt-list-drop-indicator-line.right {
height: 100%;
width: 3px;
}
.bolt-list-tree-drop-target {
border: 1px solid rgba(0, 120, 212, 1);
border: 1px solid var(--component-grid-focus-border-color,rgba(0, 120, 212, 1));
}
/*# sourceMappingURL=ListDropIndicator.css.map */