From 8599fef5c37936e29f64c8f8143bd5887619aa5c Mon Sep 17 00:00:00 2001 From: AlxMedia Date: Mon, 16 Aug 2021 16:22:37 +0200 Subject: [PATCH] 1.0.2 --- header.php | 4 ++-- readme.txt | 2 ++ style.css | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/header.php b/header.php index 6f20842..52504ef 100644 --- a/header.php +++ b/header.php @@ -65,7 +65,7 @@ -
+
@@ -79,4 +79,4 @@
-
\ No newline at end of file +
\ No newline at end of file diff --git a/readme.txt b/readme.txt index cb5169d..628a8fd 100644 --- a/readme.txt +++ b/readme.txt @@ -72,6 +72,8 @@ Sidebar images == Changelog == += 1.0.2 - 2021-08-16 = +* Fixed skip link = 1.0.1 - 2021-08-16 = * Fixed missing focus states for keyboard navigation diff --git a/style.css b/style.css index af6a7e6..f6d6570 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* Theme Name: Textdash Theme URI: http://alx.media/themes/textdash/ -Version: 1.0.1 +Version: 1.0.2 Requires at least: 5.0 Requires PHP: 5.6 Tested up to: 5.8 @@ -1551,6 +1551,6 @@ li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; bord /* ------------------------------------------------------------------------- */ /* Text meant only for screen readers. */ .screen-reader-text{ border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute!important; width: 1px; word-wrap: normal!important; } -.screen-reader-text:focus { background-color: #fff; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); clip: auto!important; clip-path: none; color: #3d4e59; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } +.screen-reader-text:focus { background-color: #fff; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); clip: auto!important; clip-path: none; color: #3d4e59; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; right: 5px; left: auto; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } /* Do not show the outline on the skip link target. */ #page[tabindex="-1"]:focus{ outline: 0; } \ No newline at end of file