Fix switch from title_content search

This commit is contained in:
Michael Shamoon
2022-10-25 15:31:01 -07:00
parent 01e7b419c4
commit 393ee95d41
2 changed files with 28 additions and 9 deletions

View File

@@ -372,6 +372,10 @@ textarea,
&:hover, &:focus {
background-color: var(--bs-body-bg);
}
&:focus {
color: var(--bs-body-color);
}
}
.dropdown-menu {