Skip to content

Commit

Permalink
Fix the Custom Color button from appearing flat (#4392)
Browse files Browse the repository at this point in the history
This is a regression caused by #3958.
  • Loading branch information
noisysocks authored and mtias committed Jan 12, 2018
1 parent 4d1ad21 commit cd7aa52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blocks/color-palette/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ $color-palette-circle-spacing: 14px;
&:hover {
transform: scale( 1.2 );
}

// Ensure that the <div> that <Dropdown> wraps our toggle button with is full height
& > div {
height: 100%;
width: 100%;
}
}

.blocks-color-palette__item {
Expand Down

0 comments on commit cd7aa52

Please sign in to comment.