Skip to content

Commit

Permalink
fix: sidebar-item__menu-wraper opacity on IE (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Fabris authored and ggazzo committed Jan 29, 2021
1 parent 71a212f commit e818b5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fuselage/src/components/Sidebar/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@ $sidebar-item-color-selected: theme('sidebar-item-color-selected', colors.foregr

&:hover &__menu-wraper,
&.focus-within &__menu-wraper {
width: lengths.size(20);
position: relative;

width: lengths.size(20);
margin-inline: lengths.margin(4);

opacity: 1;
Expand Down

0 comments on commit e818b5c

Please sign in to comment.