Skip to content

Commit

Permalink
frontend: remove menubar animations
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDotJS committed Aug 13, 2024
1 parent c97d886 commit ffe80ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderer/src/ui/common/DropDown.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
background-color: white;
font-size: 14px;
padding: 0.25rem 0.5rem;
transition: background-color 50ms ease-in-out;
}

.dropdownMenu {
Expand Down Expand Up @@ -37,7 +36,6 @@
border: none;
padding: 0.33rem;
padding-right: 0.66rem;
transition: background-color 50ms ease-in-out;
}

:where(.menuButton, .subMenuButton) span {
Expand Down

0 comments on commit ffe80ed

Please sign in to comment.