Update tags.component.scss

This commit is contained in:
shamoon
2025-09-11 21:34:26 -07:00
parent a562cefa8c
commit ec9c1d2fd6

View File

@@ -33,26 +33,16 @@
transition: max-width 200ms ease; transition: max-width 200ms ease;
} }
// .hierarchy-indicator {
// display: inline-block;
// width: .35rem;
// height: 1rem;
// border-radius: .25rem;
// background: var(--pngx-border-color, rgba(0,0,0,.2));
// }
.parents .badge { .parents .badge {
white-space: nowrap; white-space: nowrap;
} }
} }
// Expand reveal area when hovering or when option is keyboard-marked
::ng-deep .ng-dropdown-panel .ng-option:hover .hierarchy-reveal, ::ng-deep .ng-dropdown-panel .ng-option:hover .hierarchy-reveal,
::ng-deep .ng-dropdown-panel .ng-option.ng-option-marked .hierarchy-reveal { ::ng-deep .ng-dropdown-panel .ng-option.ng-option-marked .hierarchy-reveal {
max-width: 1000px; // effectively "auto" for transition max-width: 1000px;
} }
// Fade indicator when expanded
::ng-deep .ng-dropdown-panel .ng-option:hover .hierarchy-indicator, ::ng-deep .ng-dropdown-panel .ng-option:hover .hierarchy-indicator,
::ng-deep .ng-dropdown-panel .ng-option.ng-option-marked .hierarchy-indicator { ::ng-deep .ng-dropdown-panel .ng-option.ng-option-marked .hierarchy-indicator {
background: transparent; background: transparent;