mirror of
https://ghproxy.net/https://github.com/AlxMedia/shapebox.git
synced 2025-08-26 16:35:56 +08:00
1.0.2
This commit is contained in:
parent
23f8848263
commit
f2a0ee03e8
3 changed files with 6 additions and 3 deletions
|
@ -87,6 +87,9 @@ Sidebar images
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.2 - 2022-03-30 =
|
||||
* Fixed focus state for mobile search button
|
||||
|
||||
= 1.0.1 - 2022-03-30 =
|
||||
* Fixed focus states for keyboard navigation
|
||||
* Fixed smaller elements and fonts for lower resolutions
|
||||
|
|
|
@ -97,9 +97,9 @@
|
|||
.s2 .themeform.searchform div:after { top: 12px; left: 26px; }
|
||||
.nav-menu.mobile > div > ul > li:last-child { margin-bottom: 42px; }
|
||||
.toggle-search .svg-icon,
|
||||
.toggle-search.active #svg-close,
|
||||
.toggle-search.active #svg-close { fill: #333; }
|
||||
.toggle-search:focus #svg-search,
|
||||
.toggle-search:focus #svg-close { fill: #333; }
|
||||
.toggle-search:focus #svg-close { fill: #777; }
|
||||
|
||||
#nav-header.nav-container { margin-top: 0; }
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Shapebox
|
||||
Theme URI: http://alx.media/themes/shapebox/
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Requires at least: 5.0
|
||||
Requires PHP: 5.6
|
||||
Tested up to: 5.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue