mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(css): update responsive display media queries (#18601)
BREAKING CHANGES
The responsive display classes found in the `display.css` file have had their media queries updated to better reflect how they should work. Instead of using the maximum value of that breakpoint (for `.ion-hide-{breakpoint}-down` classes) the maximum of the media query will be the minimum of that breakpoint.
fixes #18600
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
// Adds hidden attributes
|
||||
// Adds hidden classes
|
||||
@each $breakpoint in map-keys($screen-breakpoints) {
|
||||
$infix: breakpoint-infix($breakpoint, $screen-breakpoints);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user