mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Removed unused .content for #355
This commit is contained in:
12
dist/css/ionic.css
vendored
12
dist/css/ionic.css
vendored
@@ -2552,18 +2552,6 @@ body, .ionic-body {
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-user-drag: none; }
|
||||
|
||||
.content:before,
|
||||
.content:after {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
content: "\00a0"; }
|
||||
|
||||
.content {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
|
||||
.scroll-content {
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
||||
2
dist/css/ionic.min.css
vendored
2
dist/css/ionic.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -46,21 +46,6 @@ body, .ionic-body {
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
|
||||
.content:before,
|
||||
.content:after {
|
||||
// Uncollapse content margin if child elements DO have an margin
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
content: "\00a0"; // No-break space character
|
||||
}
|
||||
|
||||
.content {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.scroll-content {
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
||||
Reference in New Issue
Block a user