对搜索框增加hover和focus效果

This commit is contained in:
Tang Jing Hang 2024-01-14 07:04:09 +08:00 committed by GitHub
parent 3cfbe9c75e
commit 8b25ef4ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,8 +175,16 @@ onMounted(() => {
padding: 2px 10px;
}
.search-container:hover{
border-color: white;
border:2px solid;
margin:-1px;
}
.focused {
border-color: white;
border:2px solid;
margin:-1px;
}
.before {