[DE PE SSE] Fix Bug 55974
This commit is contained in:
parent
46dae57c43
commit
a9ae44d49a
|
@ -412,14 +412,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.popover__titled {
|
.popover__titled {
|
||||||
.list:last-child {
|
.list {
|
||||||
li:last-child {
|
ul {
|
||||||
|
background-color: var(--f7-list-bg-color);
|
||||||
|
li:first-child, li:last-child {
|
||||||
|
border-radius: 0;
|
||||||
a {
|
a {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Color palette
|
// Color palette
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue