mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-19 02:06:08 +10:00
Add :focus styling
This commit is contained in:
@@ -35,6 +35,12 @@ function style() {
|
||||
padding: 0 7px;
|
||||
line-height: 36px;
|
||||
font-size: 14px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.search input:focus {
|
||||
box-shadow: 0 0 5px var(--theme-color, #42b983);
|
||||
border: 1px solid var(--theme-color, #42b983);
|
||||
}
|
||||
|
||||
.search input::-webkit-search-decoration,
|
||||
|
||||
Reference in New Issue
Block a user