diff --git a/readme.txt b/readme.txt index 4f98a42..10e7fbd 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: alxmedia Requires at least: 5.0 Tested up to: 5.5 -Version: 1.1.5 +Version: 1.1.6 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0 Tags: blog, one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background @@ -79,6 +79,9 @@ Sidebar images == Changelog == += 1.1.6 - 2020-08-18 = +* Fixed header search button outline in Chrome + = 1.1.5 - 2020-08-17 = * Fixed a11y menu dropdown keyboard nav visibility diff --git a/style.css b/style.css index e6b76a0..384f853 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* Theme Name: Curver Theme URI: http://alx.media/themes/curver/ -Version: 1.1.5 +Version: 1.1.6 Requires at least: 5.0 Requires PHP: 5.6 Tested up to: 5.5 @@ -534,10 +534,7 @@ background-image: linear-gradient(to top left,#ff8a00,#da1b60); } /* header : search /* ------------------------------------ */ -.toggle-search { background: transparent; z-index: 3; position: absolute; right: 30px; top: 0; border: 0; width: 60px; color: #333; text-align: center; font-size: 20px; line-height: 24px; cursor: pointer; padding: 17px 0 17px; margin: 0; display: block; } -@media only screen and (max-width: 719px) { - .toggle-search { outline: none; } -} +.toggle-search { background: transparent; outline: none; z-index: 3; position: absolute; right: 30px; top: 0; border: 0; width: 60px; color: #333; text-align: center; font-size: 20px; line-height: 24px; cursor: pointer; padding: 17px 0 17px; margin: 0; display: block; } .search-expand { display: none; position: absolute; top: 13px; right: 70px; width: 340px; z-index: 3; } .search-expand-inner { padding: 0 10px 10px; } .search-expand .themeform input { background: #f2f2f2; width: 100%; border: 1px solid #eee; border-radius: 20px; }