[DE] Fix Bug 57306
This commit is contained in:
parent
4602929b60
commit
0dd313c7d0
|
@ -313,7 +313,10 @@
|
|||
border-radius: 4px;
|
||||
margin-top: -3px;
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset;
|
||||
background: @fill-white;
|
||||
background-color: @fill-white;
|
||||
&.auto {
|
||||
background-color: @autoColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -124,11 +124,6 @@
|
|||
background-color: @button-active-opacity;
|
||||
}
|
||||
}
|
||||
.item-content {
|
||||
.color-preview.auto {
|
||||
background-color: @autoColor;
|
||||
}
|
||||
}
|
||||
.item-link .item-inner {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue