Fix Bug 51169
This commit is contained in:
parent
6067e344a2
commit
a5a70b05d0
|
@ -383,9 +383,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.page {
|
||||
.color-palettes {
|
||||
.list {
|
||||
.palette {
|
||||
padding: 8px 0px;
|
||||
.row {
|
||||
a {
|
||||
flex-grow: 1;
|
||||
position: relative;
|
||||
|
@ -393,6 +396,7 @@
|
|||
min-height: 26px;
|
||||
margin: 1px 1px 0 0;
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset;
|
||||
border-radius: 0;
|
||||
&.active:after {
|
||||
content: ' ';
|
||||
position: absolute;
|
||||
|
@ -409,6 +413,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.row {
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -427,6 +433,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#color-picker {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue