Fix Bug 51169

This commit is contained in:
SergeyEzhin 2021-07-17 16:54:49 +03:00
parent 6067e344a2
commit a5a70b05d0

View file

@ -383,9 +383,12 @@
} }
} }
.color-palettes { .page {
.color-palettes {
.list {
.palette { .palette {
padding: 8px 0px; padding: 8px 0px;
.row {
a { a {
flex-grow: 1; flex-grow: 1;
position: relative; position: relative;
@ -393,6 +396,7 @@
min-height: 26px; min-height: 26px;
margin: 1px 1px 0 0; margin: 1px 1px 0 0;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset; box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset;
border-radius: 0;
&.active:after { &.active:after {
content: ' '; content: ' ';
position: absolute; position: absolute;
@ -409,6 +413,8 @@
} }
} }
} }
}
}
.row { .row {
padding: 0; padding: 0;
} }
@ -426,6 +432,7 @@
background-color: @white; background-color: @white;
} }
} }
}
} }
#color-picker { #color-picker {