mirror of
https://ghproxy.net/https://github.com/AlxMedia/shapebox.git
synced 2025-08-26 16:35:56 +08:00
Search button focus style
This commit is contained in:
parent
6821d60762
commit
99c7f554d0
1 changed files with 2 additions and 2 deletions
|
@ -707,8 +707,8 @@ box-shadow: 0 0 2px rgba(255,255,255,0.4);
|
|||
.toggle-search #svg-close { display: none; }
|
||||
.toggle-search.active #svg-search { display: none; }
|
||||
.toggle-search.active #svg-close { display: block; fill: #fff; }
|
||||
.toggle-search:focus #svg-search { fill: #fff; }
|
||||
.toggle-search:focus #svg-close { fill: #fff; }
|
||||
.toggle-search:focus #svg-search,
|
||||
.toggle-search:focus #svg-close { fill: rgba(255,255,255,0.7); }
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------- *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue