[Accessibility] Add focus indicator to image on product card (#52011)
* Add focus indicator to image on product card * Add changelog file * Fix product image focus outline on Storefront theme * Fix product image focus outline for the T17 theme
This commit is contained in:
parent
6d1ac3cacd
commit
7fa6c5aed2
|
@ -8,8 +8,8 @@
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: 0;
|
border: 0;
|
||||||
outline: 0;
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Add focus indicator to image on product card
|
|
@ -169,6 +169,10 @@ ul.products {
|
||||||
li.product {
|
li.product {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
|
.woocommerce-loop-product__link {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.price,
|
.price,
|
||||||
.star-rating {
|
.star-rating {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue