[DE PE] Fix Bug 56354

This commit is contained in:
Andrey Shimagin 2022-03-30 20:22:57 +03:00
parent 43fe49e599
commit a71d39025b
2 changed files with 3 additions and 8 deletions

View file

@ -128,7 +128,7 @@
.bullets, .bullets,
.numbers, .numbers,
.multilevels { .multilevels {
.list{ .row.list{
margin: 5px; margin: 5px;
ul { ul {
background: none; background: none;
@ -182,12 +182,12 @@
} }
} }
.popover__titled .popover-inner{ .popover {
.list { .list {
ul { ul {
background-color: var(--f7-list-bg-color); background-color: var(--f7-list-bg-color);
li:first-child, li:last-child { li:first-child, li:last-child {
a { .item-link {
border-radius: 0; border-radius: 0;
} }
} }

View file

@ -1,9 +1,4 @@
.ios { .ios {
.view {
.bullets-numbers{
background: @brand-text-on-brand;
}
}
// Stepper // Stepper
.content-block.stepper-block { .content-block.stepper-block {