[DE PE SSE] Fix Bug 55974
This commit is contained in:
parent
46dae57c43
commit
a9ae44d49a
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue