[mobile] Fix bug 48187
This commit is contained in:
parent
76c1e846a6
commit
b968fb4d2d
|
@ -447,14 +447,18 @@
|
||||||
.color-hsb-preview {
|
.color-hsb-preview {
|
||||||
width: 72px;
|
width: 72px;
|
||||||
height: 72px;
|
height: 72px;
|
||||||
border-radius: 100px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
// border: 1px solid @gray;
|
border: 1px solid @gray;
|
||||||
border: 0;
|
border-radius: 100px;
|
||||||
.new-color-hsb-preview, .current-color-hsb-preview {
|
.new-color-hsb-preview, .current-color-hsb-preview {
|
||||||
width: 100%;
|
|
||||||
height: 36px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
|
.new-color-hsb-preview {
|
||||||
|
border-radius: 100px 100px 0 0;
|
||||||
|
}
|
||||||
|
.current-color-hsb-preview {
|
||||||
|
border-radius: 0 0 100px 100px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.button-round {
|
.button-round {
|
||||||
height: 72px;
|
height: 72px;
|
||||||
|
|
Loading…
Reference in a new issue