Skip to content

Commit

Permalink
fix(styles): fix the focus border radius [ci visual]
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Jan 23, 2023
1 parent 258feaa commit c28d180
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/styles/src/user-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ $block: #{$fd-namespace}-user-menu;
&.#{$block}__body--default {
width: var(--fdUserMenu_Body_Width);
}

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

&__header {
Expand Down

0 comments on commit c28d180

Please sign in to comment.