Skip to content

Commit

Permalink
Editing Toolkit: Remove remaining deprecated light-gray color usage
Browse files Browse the repository at this point in the history
Updating colors that were removed in WordPress/gutenberg#25213
  • Loading branch information
tyxla committed Oct 9, 2020
1 parent 5d9b0da commit 8697953
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

&.is-untitled {
font-style: italic;
color: $light-gray-800;
color: $gray-600;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $sidebar-nav-header-background-color: #32373d; // WP-admin gray to match the clo

a,
a.is-untitled {
color: $light-gray-800;
color: $gray-600;

&:active,
&:focus,
Expand Down
4 changes: 2 additions & 2 deletions apps/o2-blocks/src/todo/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ $color-accent-green: #31843f;
.components-button {
font-size: 13px !important; // yep, I'm a monster.
color: $gray-700;
border: 1px solid $light-gray-700;
border: 1px solid $gray-400;
background: $gray-100;
box-shadow: 0 1px 0 $light-gray-700;
box-shadow: 0 1px 0 $gray-400;
margin: 0;
height: 33px;
line-height: 32px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

&::placeholder {
color: $light-gray-700;
color: $gray-400;
line-height: normal;
}

Expand All @@ -57,8 +57,8 @@
max-width: 550px;
background: linear-gradient(
90deg,
$light-gray-700 0%,
lighten( $light-gray-700, 10% ) 100%
$gray-400 0%,
lighten( $gray-400, 10% ) 100%
);
}
}

0 comments on commit 8697953

Please sign in to comment.