Feature: global search, keyboard shortcuts / hotkey support (#6449)

This commit is contained in:
shamoon 2024-05-02 09:15:56 -07:00 committed by GitHub
parent 40289cd714
commit c6e7d06bb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 2970 additions and 683 deletions

View file

@ -87,7 +87,7 @@ table .btn-link {
color: var(--pngx-primary-text-contrast) !important;
}
.navbar .dropdown .btn {
.navbar .dropdown > .btn {
color: var(--pngx-primary-text-contrast) !important;
}
@ -456,7 +456,7 @@ ul.pagination {
color: var(--bs-body-color);
&:hover, &:focus {
background-color: var(--pngx-bg-alt);
background-color: var(--pngx-bg-darker);
color: var(--bs-body-color);
}