From c58d21bae9089e3cd0d28e3d6ab732235b2bba0b Mon Sep 17 00:00:00 2001
From: Popescu Dan
Date: Mon, 19 Feb 2018 18:22:30 +0200
Subject: [PATCH] Fix popover.ios.styl (make same as .mat) (#1592)
---
src/components/popover/popover.ios.styl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/popover/popover.ios.styl b/src/components/popover/popover.ios.styl
index 52fae69223a..1f2b266fc7b 100644
--- a/src/components/popover/popover.ios.styl
+++ b/src/components/popover/popover.ios.styl
@@ -6,5 +6,5 @@
overflow-y auto
overflow-x hidden
max-width $popover-max-width
- > div > .q-list:only-child
+ > .q-list:only-child
border none