Skip to content

Commit

Permalink
Color palette hover tooltip fix. (#14693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Nicolai authored and aduth committed Apr 16, 2019
1 parent f79898c commit 8178ecc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/color-palette/style.scss
Expand Up @@ -47,6 +47,8 @@ $color-palette-circle-spacing: 14px;
&.is-active {
box-shadow: inset 0 0 0 4px;
border: $border-width solid $dark-gray-400;
position: relative;
z-index: 1;

& + .dashicons-saved {
position: absolute;
Expand Down

0 comments on commit 8178ecc

Please sign in to comment.