[Accessibility] Fix "toogle" typo in class names (#48700)

* Fix "toogle" typo in class names

* Add changelog file

---------

Co-authored-by: Daniel W. Robert <danielwrobert@users.noreply.github.com>
This commit is contained in:
Gabriel Manussakis 2024-08-23 22:44:42 -03:00 committed by GitHub
parent 099d0a63a0
commit a66d2f8dff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 5 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: tweak
Fix toogle typo in class names

View File

@ -33,7 +33,7 @@ export function DownloadsMenu( {
icon={ isOpen ? chevronUp : chevronDown }
variant="secondary"
onClick={ onToggle }
className="woocommerce-downloads-menu__toogle"
className="woocommerce-downloads-menu__toggle"
>
<span>{ __( 'Add new', 'woocommerce' ) }</span>
</Button>

View File

@ -1,5 +1,5 @@
.woocommerce-downloads-menu {
&__toogle {
&__toggle {
flex-direction: row-reverse;
> span {

View File

@ -162,7 +162,7 @@
gap: $gap-smaller;
margin-right: $gap-smallest;
.variations-actions-menu__toogle:disabled {
.variations-actions-menu__toggle:disabled {
cursor: not-allowed;
}

View File

@ -35,7 +35,7 @@ export function MultipleUpdateMenu( {
icon={ isOpen ? chevronUp : chevronDown }
variant="secondary"
onClick={ onToggle }
className="variations-actions-menu__toogle"
className="variations-actions-menu__toggle"
>
<span>{ __( 'Quick update', 'woocommerce' ) }</span>
</Button>

View File

@ -1,5 +1,5 @@
.variations-actions-menu {
&__toogle {
&__toggle {
flex-direction: row-reverse;
> span {