use opacity instead of gray to set border color for color swatches so colors don't look blurry
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
flex-flow: row wrap;
|
||||
|
||||
.umb-color-box {
|
||||
border: 1px solid @gray-8;
|
||||
border: 1px solid rgba(0,0,0,0.15);
|
||||
color: @white;
|
||||
cursor: pointer;
|
||||
padding: 1px;
|
||||
|
||||
Reference in New Issue
Block a user