فهرست منبع

use primary color for outline so it's always visible

Maggie 4 سال پیش
والد
کامیت
e8ce8413ae
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      skatepark/assets/theme.css
  2. 1 1
      skatepark/sass/elements/_links.scss

+ 1 - 1
skatepark/assets/theme.css

@@ -153,7 +153,7 @@ a {
 }
 
 a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
-	outline: 1px dotted currentColor;
+	outline: 1px dotted var(--wp--custom--color--primary);
 	outline-offset: 0.1em;
 	text-decoration: none;
 }

+ 1 - 1
skatepark/sass/elements/_links.scss

@@ -37,7 +37,7 @@ a {
 a:not(.ab-item):not(.screen-reader-shortcut) {
 	&:active,
 	&:focus {
-		outline: 1px dotted currentColor;
+		outline: 1px dotted var(--wp--custom--color--primary);
 		outline-offset: 0.1em;
 		text-decoration: none;
 	}