[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:
Gabriel Manussakis 2024-08-05 10:58:48 -03:00 committed by GitHub
parent 162874a408
commit a00c61481d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,6 @@
padding: em($gap-small) em($gap-smaller);
&:hover:not([disabled]) {
opacity: 0.6;
cursor: pointer;
}
}

View File

@ -0,0 +1,4 @@
Significance: minor
Type: enhancement
Remove opacity from the hover style of the mini cart button