mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
remove direct descendant operator
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
[no-padding],
|
||||
[no-padding] > scroll-content {
|
||||
[no-padding] scroll-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
[no-margin],
|
||||
[no-margin] > scroll-content {
|
||||
[no-margin] scroll-content {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user