mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(toggle): cursor: pointer in desktop
This commit is contained in:
@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user