Skip to content

Commit

Permalink
[4.0] fix color selector box too small issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pdkpavankumar committed Sep 7, 2020
1 parent 54d78e9 commit 200704e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions build/media_source/system/scss/_jquery-minicolors.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
// Overrides for jQuery Minicolors

.minicolors-theme-bootstrap .minicolors-swatch>.minicolors-sprite {
top: 50%;
left: 8px;
border-radius: 0;
transform: translateY(-50%);
.minicolors-theme-bootstrap .minicolors-swatch {
width: 40px;
height: 40px;
& > .minicolors-sprite {
top: 50%;
left: 8px;
border-radius: 0;
transform: translateY(-50%);
}
}

span.minicolors-swatch-color {
Expand Down

0 comments on commit 200704e

Please sign in to comment.