mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +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