Skip to content

Commit

Permalink
Retire light-gray-600
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Sep 10, 2020
1 parent e8f33ce commit 69971ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions packages/base-styles/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,3 @@ $light-gray-placeholder: rgba($white, 0.65);
$alert-yellow: #f0b849;
$alert-red: #cc1818;
$alert-green: #4ab866;


/**
* Deprecated colors.
* Please avoid using these.
*/

$light-gray-600: #d7dade;
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

.block-editor-responsive-block-control {
margin-bottom: $block-padding*2;
border-bottom: 1px solid $light-gray-600;
border-bottom: 1px solid $gray-400;
padding-bottom: $block-padding;

&:last-child {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
}

&:active:not(:disabled) {
background: $light-gray-600;
background: $gray-400;
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/resizable-box/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $resize-handler-container-size: $resize-handler-size + ($grid-unit-05 * 2); // M
.is-dark-theme {
.components-resizable-box__side-handle::before,
.components-resizable-box__handle::after {
border-color: $light-gray-600;
border-color: $gray-200;
}
}

Expand Down

0 comments on commit 69971ca

Please sign in to comment.