From 5d6e077067c269d1589e7432e5074af6fc64b2fb Mon Sep 17 00:00:00 2001 From: Oori Date: Wed, 9 Oct 2019 00:17:30 +0300 Subject: [PATCH] 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 --- core/src/components/menu/test/basic/index.html | 2 +- core/src/css/display.scss | 2 +- core/src/themes/ionic.mixins.scss | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/src/components/menu/test/basic/index.html b/core/src/components/menu/test/basic/index.html index 0cac916ea3..c5474a06f6 100644 --- a/core/src/components/menu/test/basic/index.html +++ b/core/src/components/menu/test/basic/index.html @@ -93,7 +93,7 @@ } -