.docs-toc-container { width: 100%; padding: 5px 0 10px 0px; // cursor: pointer; // border-left: solid 4px #0c7489; .scroll-container { overflow-y: auto; // calc(100vh - 250px) // height: calc(100vh - 250px); } .docs-link { color: rgba(0, 0, 0, 0.54); // color: mat-color($app-blue-theme-foreground, secondary-text); transition: color 100ms; &:hover, &.docs-active { .link-name { background-color: #ececec; border-radius: 6px; cursor: pointer;; // color: #0c7489; } // color: mat-color($primary, if($is-dark-theme, 200, default)); } } } .docs-toc-heading { margin: 0; padding: 0; font-size: 13px; font-weight: bold; } // span { // line-height: 16px; // margin: 6px 0 0; // position: relative; // text-decoration: none; // display: block; // overflow: hidden; // color: #21212194; // font-weight: 400; // max-width: 290px; // min-width: 290px; // padding: 0rem .4rem; // span { // white-space: nowrap; // overflow: hidden; // text-overflow: ellipsis; // display: inline-block; // width: 100%; // } // } .selected { color: #212121 !important; font-weight: 700 !important; opacity: 1 !important; } // .docs-level-mat-expansion-panel { // margin-left: 12px; // } .docs-level-h5 { margin-left: 24px; } .active{ font-weight: bold; } .table-item-actions{ // display: none; display: inline-block; visibility: hidden; } .table-item:hover { .table-item-actions{ // display: inline-block; visibility: visible; } } // .table-item col{ // text-overflow: ellipsis; // overflow: hidden; // white-space: nowrap; // } .link-info{ // display: inline-block; cursor: pointer; // padding-top: .6em; // padding-left: .6em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } // .border-left-active{ // border-left: 1px solid #000; // } .cdk-link-list { display: block; // background: white; overflow: hidden; } .link-box { padding: 20px 10px; border-bottom: solid 1px #ccc; color: rgba(0, 0, 0, 0.87); display: flex; flex-direction: row; align-items: center; justify-content: space-between; box-sizing: border-box; cursor: move; background: white; font-size: 14px; } .cdk-drag-preview { background-color: #FFF; box-sizing: border-box; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); .add-new-entry{ display: none; } } .cdk-drag-placeholder { opacity: 0; } .cdk-drag-animating { transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); } .link-box:last-child { border: none; } .cdk-link-list.cdk-drop-list-dragging .link-box:not(.cdk-drag-placeholder) { transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); }