Fix transparent background after upgrade of spectrum color picker (#14251)
This commit is contained in:
committed by
Nikolaj
parent
5f15b8abb1
commit
9a3e655645
@@ -1,19 +1,15 @@
|
||||
.umb-color-picker {
|
||||
.umb-color-picker {
|
||||
|
||||
.sp-replacer {
|
||||
display: inline-flex;
|
||||
margin-right: 12px;
|
||||
height: 32px;
|
||||
padding: 5px;
|
||||
|
||||
&.sp-light {
|
||||
background-color: @white;
|
||||
}
|
||||
|
||||
.sp-preview {
|
||||
margin: 5px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.sp-dd {
|
||||
line-height: 2rem;
|
||||
}
|
||||
@@ -24,4 +20,4 @@
|
||||
.sp-replacer {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user