Skip to content

Commit 09e0664

Browse files
authored
Merge pull request #426 from dmitryrogozhny/placeholder-remove-unused-css
Placeholder: remove unused and vendor specific CSS
2 parents a66b915 + 3b4cefe commit 09e0664

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/controls/placeholder/PlaceholderComponent.module.scss

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
@import '~office-ui-fabric-react/dist/sass/References.scss';
22

33
.placeholder {
4-
display: -webkit-box;
5-
display: -ms-flexbox;
64
display: flex;
75

86
.placeholderContainer {
9-
-webkit-box-align: center;
10-
-ms-flex-align: center;
11-
-ms-grid-row-align: center;
127
align-items: center;
138
color: "[theme:neutralSecondary, default: #666666]";
149
background-color: "[theme:neutralLighter, default: #f4f4f4]";
@@ -97,15 +92,3 @@
9792
}
9893
}
9994
}
100-
101-
.placeholderOverlay {
102-
position: relative;
103-
height: 100%;
104-
z-index: 1;
105-
106-
.placeholderSpinnerContainer {
107-
position: relative;
108-
width: 100%;
109-
margin: 164px 0
110-
}
111-
}

0 commit comments

Comments
 (0)