]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Narrow scope of these css rules v2.20.5
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 20 Jan 2026 20:29:47 +0000 (12:29 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Tue, 20 Jan 2026 20:30:06 +0000 (12:30 -0800)
src-ui/src/app/components/common/input/tags/tags.component.scss

index 94da6269948a97956344ac33cd46419c9059128a..2f06247bd31e621ea8dd7dc4cf68f395b9dde35b 100644 (file)
@@ -22,7 +22,7 @@
 }
 
 // Dropdown hierarchy reveal for ng-select options
-::ng-deep .ng-dropdown-panel .ng-option {
+:host ::ng-deep .ng-dropdown-panel .ng-option {
   overflow-x: auto !important;
 
   .tag-option-row {
   }
 }
 
-::ng-deep .ng-dropdown-panel .ng-option:hover .hierarchy-reveal,
-::ng-deep .ng-dropdown-panel .ng-option.ng-option-marked .hierarchy-reveal {
+:host ::ng-deep .ng-dropdown-panel .ng-option:hover .hierarchy-reveal,
+:host ::ng-deep .ng-dropdown-panel .ng-option.ng-option-marked .hierarchy-reveal {
   max-width: 1000px;
 }
 
 ::ng-deep .ng-dropdown-panel .ng-option:hover .hierarchy-indicator,
-::ng-deep .ng-dropdown-panel .ng-option.ng-option-marked .hierarchy-indicator {
+:host ::ng-deep .ng-dropdown-panel .ng-option.ng-option-marked .hierarchy-indicator {
   background: transparent;
 }