mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-12 21:35:40 -05:00
Update tags.component.scss
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user