[common] Bug 48187

This commit is contained in:
SergeyEzhin 2021-05-06 15:59:37 +03:00
parent 5c6d736f9a
commit f6ff8b498d

View file

@ -449,7 +449,8 @@
height: 72px; height: 72px;
border-radius: 100px; border-radius: 100px;
overflow: hidden; overflow: hidden;
border: 1px solid @gray; // border: 1px solid @gray;
border: 0;
.new-color-hsb-preview, .current-color-hsb-preview { .new-color-hsb-preview, .current-color-hsb-preview {
width: 100%; width: 100%;
height: 36px; height: 36px;
@ -465,7 +466,8 @@
border-radius: 100px; border-radius: 100px;
background-color: @white; background-color: @white;
box-shadow: 0 4px 4px rgba(0,0,0,.25); box-shadow: 0 4px 4px rgba(0,0,0,.25);
border-color: transparent; // border-color: transparent;
border: 0;
margin-top: 20px; margin-top: 20px;
} }
} }