Improve styling of minicolors swatch
This commit is contained in:
parent
65e66003ee
commit
f4da2b84c6
|
@ -1,7 +1,10 @@
|
||||||
.minicolors-theme-bootstrap .minicolors-swatch {
|
.minicolors-theme-bootstrap .minicolors-swatch {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 42px;
|
width: 38px;
|
||||||
height: 42px;
|
height: 38px;
|
||||||
border-radius: 0;
|
border: 0;
|
||||||
|
border-top-left-radius: 4px;
|
||||||
|
border-bottom-left-radius: 4px;
|
||||||
|
border-right: 2px solid var(--raised-bg);
|
||||||
}
|
}
|
Loading…
Reference in New Issue