Skip to content

Commit fc890ea

Browse files
committed
Removed unused .content for #355
1 parent 124a6d1 commit fc890ea

File tree

3 files changed

+1
-28
lines changed

3 files changed

+1
-28
lines changed

dist/css/ionic.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2552,18 +2552,6 @@ body, .ionic-body {
25522552
text-rendering: optimizeLegibility;
25532553
-webkit-user-drag: none; }
25542554

2555-
.content:before,
2556-
.content:after {
2557-
display: block;
2558-
overflow: hidden;
2559-
height: 0;
2560-
content: "\00a0"; }
2561-
2562-
.content {
2563-
position: absolute;
2564-
width: 100%;
2565-
height: 100%; }
2566-
25672555
.scroll-content {
25682556
top: 0;
25692557
right: 0;

dist/css/ionic.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/_scaffolding.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,6 @@ body, .ionic-body {
4646
-webkit-user-drag: none;
4747
}
4848

49-
.content:before,
50-
.content:after {
51-
// Uncollapse content margin if child elements DO have an margin
52-
display: block;
53-
overflow: hidden;
54-
height: 0;
55-
content: "\00a0"; // No-break space character
56-
}
57-
58-
.content {
59-
position: absolute;
60-
width: 100%;
61-
height: 100%;
62-
}
63-
6449
.scroll-content {
6550
top: 0;
6651
right: 0;

0 commit comments

Comments
 (0)