Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Jul 7, 2023
1 parent b911050 commit 0f7f34e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/ui/components/action-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
);
width: 2rem;
}
.action-menu.action-menu_with-max-width .action-menu_action-item-option:hover::after {
.action-menu.action-menu_with-max-width
.action-menu_action-item-option:hover::after {
background: linear-gradient(
90deg,
var(--color-transparent),
Expand Down

0 comments on commit 0f7f34e

Please sign in to comment.