mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Add transtition to search field
This commit is contained in:
parent
f597e0d092
commit
a34b697c0c
@ -428,10 +428,13 @@
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #000;
|
||||
outline: none;
|
||||
transition: border-bottom-color 0.35s, background 0.35s, box-shadow 0.35s;
|
||||
}
|
||||
|
||||
.search:focus {
|
||||
border-bottom-color: #ffbb4d;
|
||||
background: white;
|
||||
box-shadow: 0 0.3em 1em 0.125em rgba(0, 0, 0, 0.18);
|
||||
}
|
||||
|
||||
.search::placeholder {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user