[DE PE SSE] Fix Bug 55974

This commit is contained in:
Andrey Shimagin 2022-03-11 09:57:48 +03:00
parent 46dae57c43
commit a9ae44d49a

View file

@ -412,10 +412,14 @@
}
}
.popover__titled {
.list:last-child {
li:last-child {
a {
.list {
ul {
background-color: var(--f7-list-bg-color);
li:first-child, li:last-child {
border-radius: 0;
a {
border-radius: 0;
}
}
}
}