Fix switch from title_content search

This commit is contained in:
Michael Shamoon
2022-10-25 15:31:01 -07:00
parent 84b3fee0f9
commit 8652b7ddb0
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 {