Skip to content

Commit

Permalink
Replace light-gray-400
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jul 3, 2020
1 parent 5da21e9 commit b1f5680
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/base-styles/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ $light-gray-800: #b5bcc2;
$light-gray-700: #ccd0d4;
$light-gray-600: #d7dade;
$light-gray-500: #e2e4e7;
$light-gray-400: #e8eaeb;
6 changes: 3 additions & 3 deletions packages/block-library/src/classic/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

&:focus code[data-mce-selected] {
background: $light-gray-400;
background: $gray-200;
}

.alignright {
Expand Down Expand Up @@ -152,12 +152,12 @@
}

.loading-placeholder {
border: 1px dashed $light-gray-400;
border: 1px dashed $gray-200;
padding: 10px;
}

.wpview-error {
border: 1px solid $light-gray-400;
border: 1px solid $gray-200;
padding: 1em 0;
margin: 0;
word-wrap: break-word;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

input[readonly] {
padding: 10px;
background: $light-gray-400;
background: $gray-200;
overflow: hidden;
text-overflow: ellipsis;
}
Expand Down

0 comments on commit b1f5680

Please sign in to comment.