Skip to content

Commit

Permalink
Fix menu caret rotation and lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 12, 2024
1 parent 3aaf252 commit d0439b8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions scss/modules/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
}
}

#app-menu-dropdown .dropdown-menu {
width: max-content;
}

.appsicon {
margin: 0 10px;

Expand Down Expand Up @@ -147,6 +143,10 @@
}
}

#app-menu-dropdown .dropdown-menu {
width: max-content;
}

.dropdown-header {
font-weight: 700;
}
Expand All @@ -162,10 +162,8 @@
vertical-align: middle;
width: 14px;
}
}

&.show {
.dropdown-toggle::after {
&.show::after {
transform: rotate(180deg);
}
}
Expand Down

0 comments on commit d0439b8

Please sign in to comment.