Skip to content

Commit

Permalink
Darken other hover colors to match.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and Joen Asmussen committed Feb 12, 2019
1 parent 2558bf5 commit 334b98a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/stylesheets/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
}

@mixin block-style__hover {
background: $light-gray-100;
background: $light-gray-200;
color: $dark-gray-900;
}

Expand Down
4 changes: 2 additions & 2 deletions packages/components/src/menu-item/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
.components-menu-item__info {
margin-top: $grid-size-small;
font-size: $default-font-size - 1px;
opacity: 0.8;
opacity: 0.84;
}

.components-menu-item__shortcut {
align-self: center;
opacity: 0.8;
opacity: 0.84;
margin-right: 0;
margin-left: auto;
padding-left: $grid-size;
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
// Hover States
.components-panel__body > .components-panel__body-title:hover,
.edit-post-last-revision__panel > .components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover {
background: $light-gray-100;
background: $light-gray-200;
}

.components-panel__body-toggle.components-button {
Expand Down

0 comments on commit 334b98a

Please sign in to comment.