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 Jan 29, 2021
1 parent 43a4c54 commit 3038b15
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 @@ -185,8 +185,9 @@ $sidebar-item-color-selected: theme(

&: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 3038b15

Please sign in to comment.