mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix dark theme highlighting of ng-select dropdowns on keyboard navigation
This commit is contained in:
parent
a4ee4e9b17
commit
cde937a9eb
@ -297,7 +297,8 @@ $border-color-dark-mode: #47494f;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover {
|
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover,
|
||||||
|
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
|
||||||
background-color: $bg-light-dark-mode;
|
background-color: $bg-light-dark-mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user