add focus style to search box

This commit is contained in:
2022-01-06 15:53:36 +05:00
parent 60d355cd36
commit 1ee0b8dbda
2 changed files with 9 additions and 0 deletions

View File

@ -172,6 +172,12 @@ a {
margin-right: 2rem;
}
#top-menu input:focus,
#top-menu input:hover {
outline: none;
border-bottom: 1px solid #333;
}
.menu-dropdown summary {
list-style: none;
cursor: pointer;