Skip to content

Commit

Permalink
fix(styles): remove the border radius for first child in User menu [c…
Browse files Browse the repository at this point in the history
…i visual]
  • Loading branch information
InnaAtanasova committed Jan 25, 2023
1 parent c28d180 commit 1f72a9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/styles/src/user-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ $block: #{$fd-namespace}-user-menu;

ul:last-child li:last-child::before,
ul li:last-child::before,
ul li:last-child a::before {
ul li:last-child a::before,
ul:first-child li:first-child::before,
ul li:first-child::before,
ul li:first-child a::before {
border-radius: 0 !important;
}
}
Expand Down

0 comments on commit 1f72a9a

Please sign in to comment.