[Accessibility] Remove opacity from the hover style of the mini cart button (#50240)
* Remove opacity from the hover style of the mini cart button * Add changelog file
This commit is contained in:
parent
162874a408
commit
a00c61481d
|
@ -33,7 +33,6 @@
|
|||
padding: em($gap-small) em($gap-smaller);
|
||||
|
||||
&:hover:not([disabled]) {
|
||||
opacity: 0.6;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: enhancement
|
||||
|
||||
Remove opacity from the hover style of the mini cart button
|
Loading…
Reference in New Issue