[DE PE] Fix Bug 56354
This commit is contained in:
parent
43fe49e599
commit
a71d39025b
|
@ -128,7 +128,7 @@
|
|||
.bullets,
|
||||
.numbers,
|
||||
.multilevels {
|
||||
.list{
|
||||
.row.list{
|
||||
margin: 5px;
|
||||
ul {
|
||||
background: none;
|
||||
|
@ -182,12 +182,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.popover__titled .popover-inner{
|
||||
.popover {
|
||||
.list {
|
||||
ul {
|
||||
background-color: var(--f7-list-bg-color);
|
||||
li:first-child, li:last-child {
|
||||
a {
|
||||
.item-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
.ios {
|
||||
.view {
|
||||
.bullets-numbers{
|
||||
background: @brand-text-on-brand;
|
||||
}
|
||||
}
|
||||
|
||||
// Stepper
|
||||
.content-block.stepper-block {
|
||||
|
|
Loading…
Reference in a new issue