|
@@ -376,6 +376,31 @@ ul ul {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
+a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
|
|
|
+ outline: 1px dotted currentColor;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+input[type="text"]:focus,
|
|
|
+input[type="email"]:focus,
|
|
|
+input[type="url"]:focus,
|
|
|
+input[type="password"]:focus,
|
|
|
+input[type="search"]:focus,
|
|
|
+input[type="number"]:focus,
|
|
|
+input[type="tel"]:focus,
|
|
|
+input[type="range"]:focus,
|
|
|
+input[type="date"]:focus,
|
|
|
+input[type="month"]:focus,
|
|
|
+input[type="week"]:focus,
|
|
|
+input[type="time"]:focus,
|
|
|
+input[type="submit"]:focus,
|
|
|
+input[type="datetime"]:focus,
|
|
|
+input[type="datetime-local"]:focus,
|
|
|
+input[type="color"]:focus,
|
|
|
+textarea:focus {
|
|
|
+ outline: 1px dotted currentColor;
|
|
|
+}
|
|
|
+
|
|
|
.site-header {
|
|
|
position: relative;
|
|
|
}
|