Elastic: Fix border radius on first/last popup menu item

pull/6517/head
Aleksander Machniak 6 years ago
parent dbd115d0d1
commit 947d78432e

@ -54,6 +54,16 @@
// On mobile don't display popup arrows and titles
display: none;
}
.listing {
li:first-child {
border-radius: .25rem .25rem 0 0;
}
li:last-child {
border-radius: 0 0 .25rem .25rem;
}
}
}
#rcmKSearchpane {

Loading…
Cancel
Save