Skip to content

Commit

Permalink
Removed redundant style props
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Jan 10, 2020
1 parent 0c73a4a commit f32aab3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions packages/block-library/src/image/styles.native.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@

.iconUploadDark {
fill: $gray-70;
width: 100%;
height: 100%;
}

.imageContainerUpload {
Expand All @@ -73,8 +71,6 @@
}

.imageContainerUploadDark {
justify-content: center;
align-items: center;
background-color: $gray-90;
}

Expand Down
5 changes: 0 additions & 5 deletions packages/block-library/src/video/style.native.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
}

.placeholderContainerDark {
flex: 1;
justify-content: center;
align-items: center;
background-color: $gray-90;
}

Expand Down Expand Up @@ -79,6 +76,4 @@

.iconUploadingDark {
fill: $gray-70;
width: 100%;
height: 100%;
}

0 comments on commit f32aab3

Please sign in to comment.