Commit 6ab17bb3 by lmf

优化选中色块外边框大小

parent beeb025e
......@@ -1579,12 +1579,12 @@ button.action.submit.primary {
.swatch-option::before {
content: '';
position: absolute;
top: 0;
top: -3px;
bottom: 0;
left: 0;
left: -3px;
right: 0;
width: 40px;
height: 40px;
width: 46px;
height: 46px;
border-radius: 50%;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment