Skip to content

Commit

Permalink
Remove obsolete box-sizing settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc authored and aduth committed Jul 18, 2018
1 parent fdfb9b8 commit 9ea510b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion core-blocks/image/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
height: 16px !important;
position: absolute;
background: theme( primary );
box-sizing: border-box;

.wp-block-image.is-focused & {
display: block;
Expand Down
1 change: 0 additions & 1 deletion core-blocks/spacer/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
position: absolute;
background: theme( primary );
padding: 0 3px 3px 0;
box-sizing: border-box;
cursor: se-resize;
left: 50% !important;
margin-left: -7.5px;
Expand Down
1 change: 0 additions & 1 deletion core-blocks/text-columns/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
}

.wp-block-column {
box-sizing: border-box;
margin: 0 16px;
padding: 0;

Expand Down
1 change: 0 additions & 1 deletion packages/components/src/color-palette/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ $color-palette-circle-spacing: 14px;
}

.components-color-palette__custom-color .components-color-palette__custom-color-gradient:before {
box-sizing: border-box;
content: '';
filter: blur( 6px ) saturate( 0.7 ) brightness( 1.1 );
display: block;
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/form-toggle/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ $toggle-border-width: 2px;
content: '';
display: inline-block;
vertical-align: top;
box-sizing: border-box;
background-color: $white;
border: $toggle-border-width solid $dark-gray-300;
width: $toggle-width;
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/range-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
background: $dark-gray-500;
border: 4px solid transparent;
background-clip: padding-box;
box-sizing: border-box;
}

@mixin range-track() {
Expand Down

0 comments on commit 9ea510b

Please sign in to comment.