fix(toggle): cursor: pointer in desktop

This commit is contained in:
Manu Mtz.-Almeida
2018-08-26 22:10:23 +02:00
parent 7aa4f13105
commit 86acb8cd92
2 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,7 @@ $grid-paddings: (
xl: var(--ion-grid-padding-xl, $grid-padding)
) !default;
/// @prop - Width of the grid for different screen sizes
/// when fixed is enabled
/// @prop - Width of the grid for different screen sizes when fixed is enabled
$grid-widths: (
xs: var(--ion-grid-width-xs, var(--ion-grid-width, 100%)),
sm: var(--ion-grid-width-sm, var(--ion-grid-width, 540px)),