Skip to content

Commit

Permalink
fix: remove commented styles
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotomaspinheiro committed Jul 27, 2024
1 parent 2d156aa commit b9f1505
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions web/src/lib/components/MenuItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,3 @@
>
<slot />
</li>

<!-- <style>
li {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 0.75rem;
text-wrap: nowrap;
transition-property: var(--transition-colors);
transition-duration: var(--transition-duration);
transition-timing-function: var(--transition-timing-function);
& > * {
flex: 1;
}
&:hover {
color: var(--green-800);
background-color: var(--green-50);
}
&:active {
color: var(--green-800);
background-color: var(--green-100);
}
}
</style> -->

0 comments on commit b9f1505

Please sign in to comment.