[Accessibility] Improve hover style on product tabs (#50605)
* Make hover status style like active * Add changelog file * Update changelog message Co-authored-by: Albert Juhé Lluveras <aljullu@gmail.com> --------- Co-authored-by: Albert Juhé Lluveras <aljullu@gmail.com>
This commit is contained in:
parent
474eae1135
commit
f3a1281cd0
|
@ -41,16 +41,7 @@ html body .wp-block-woocommerce-product-details.is-style-minimal {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
border: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&.active {
|
||||
color: inherit;
|
||||
background: inherit;
|
||||
|
@ -68,6 +59,7 @@ html body .wp-block-woocommerce-product-details.is-style-minimal {
|
|||
display: block;
|
||||
border-left-width: 2px;
|
||||
border-bottom-width: 0;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: enhancement
|
||||
|
||||
Improve hover style on product tabs when using the Minimal style in the Product Details block
|
Loading…
Reference in New Issue