@@ -93,13 +93,13 @@ exports[`MenuItemInputToggle should render correctly 3`] = `
9393exports [` MenuItemInputToggle should render correctly 4` ] = `
9494<li
9595 aria-checked = " false"
96- class = " rmd-list-item rmd-list-item--medium rmd-list-item--clickable rmd-input-toggle-menu-item"
96+ class = " rmd-list-item rmd-list-item--medium rmd-list-item--clickable rmd-input-toggle-menu-item rmd-input-toggle-menu-item--switch "
9797 id = " menu-id-4"
9898 role = " menuitemcheckbox"
9999 tabindex = " -1"
100100>
101101 <span
102- class = " rmd-switch"
102+ class = " rmd-switch rmd-icon--before rmd-list-item__addon rmd-list-item__addon--before "
103103 >
104104 <span
105105 class = " rmd-switch__ball"
@@ -206,13 +206,13 @@ exports[`MenuItemInputToggle should render correctly 7`] = `
206206exports [` MenuItemInputToggle should render correctly 8` ] = `
207207<li
208208 aria-checked = " false"
209- class = " rmd-list-item rmd-list-item--medium rmd-list-item--clickable rmd-input-toggle-menu-item"
209+ class = " rmd-list-item rmd-list-item--medium rmd-list-item--clickable rmd-input-toggle-menu-item rmd-input-toggle-menu-item--switch "
210210 id = " menu-id-4"
211211 role = " menuitemcheckbox"
212212 tabindex = " -1"
213213>
214214 <span
215- class = " rmd-switch"
215+ class = " rmd-switch rmd-icon--before rmd-list-item__addon rmd-list-item__addon--before "
216216 >
217217 <span
218218 class = " rmd-switch__ball"
@@ -319,7 +319,7 @@ exports[`MenuItemInputToggle should render correctly 11`] = `
319319exports [` MenuItemInputToggle should render correctly 12` ] = `
320320<li
321321 aria-checked = " false"
322- class = " rmd-list-item rmd-list-item--medium rmd-list-item--clickable rmd-input-toggle-menu-item"
322+ class = " rmd-list-item rmd-list-item--medium rmd-list-item--clickable rmd-input-toggle-menu-item rmd-input-toggle-menu-item--switch "
323323 id = " menu-id-4"
324324 role = " menuitemcheckbox"
325325 tabindex = " -1"
@@ -330,7 +330,7 @@ exports[`MenuItemInputToggle should render correctly 12`] = `
330330 Switch
331331 </span >
332332 <span
333- class = " rmd-switch"
333+ class = " rmd-switch rmd-icon--after rmd-list-item__addon "
334334 >
335335 <span
336336 class = " rmd-switch__ball"
@@ -453,13 +453,13 @@ exports[`MenuItemInputToggle should render correctly 15`] = `
453453exports [` MenuItemInputToggle should render correctly 16` ] = `
454454<li
455455 aria-checked = " false"
456- class = " rmd-list-item rmd-list-item--extra-large rmd-list-item--clickable rmd-input-toggle-menu-item"
456+ class = " rmd-list-item rmd-list-item--extra-large rmd-list-item--clickable rmd-input-toggle-menu-item rmd-input-toggle-menu-item--switch "
457457 id = " menu-id-4"
458458 role = " menuitemcheckbox"
459459 tabindex = " -1"
460460>
461461 <span
462- class = " rmd-switch"
462+ class = " rmd-switch rmd-icon--before rmd-list-item__addon rmd-list-item__addon--before "
463463 >
464464 <span
465465 class = " rmd-switch__ball"
0 commit comments