Skip to content

Commit

Permalink
Add normal color as fallback for Highlight.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Oct 19, 2017
1 parent 5f7f691 commit 5da160b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/modes/visual-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
}

&.is-multi-selected:before {
background: $blue-medium-200;
background: Highlight; // This variable is a CSS 2.1 variable that selects the operating system select color
}

Expand Down Expand Up @@ -310,6 +311,7 @@
bottom: $block-padding;
left: $block-padding + $block-mover-padding-visible;
right: $block-padding + $block-mover-padding-visible;
background: $blue-medium-300;
background: Highlight;
opacity: .15;
}
Expand Down

0 comments on commit 5da160b

Please sign in to comment.