improve search
- fix menu element becoming inactive
change class active -> focus
- set input type seach #198
- add a reset func
- add script to clear searchbox
when clicked on X sign
This commit is contained in:
parent
7170eda172
commit
e03348c041
3 changed files with 27 additions and 18 deletions
|
|
@ -39,7 +39,7 @@
|
|||
outline: none;
|
||||
}
|
||||
|
||||
#searchResults .active {
|
||||
#searchResults .focus {
|
||||
transform: scale(.98);
|
||||
border: 2px solid var(--tertiary)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue