This commit is contained in:
AlxMedia 2022-03-30 15:38:52 +02:00
parent 23f8848263
commit f2a0ee03e8
3 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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; }

View file

@ -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