Skip to content

Commit

Permalink
Elastic: Fix border radius on first/last popup menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Nov 5, 2018
1 parent dbd115d commit 947d784
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions skins/elastic/styles/widgets/dialogs.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 947d784

Please sign in to comment.