Skip to content

Commit

Permalink
fix(web): do not use important in styles
Browse files Browse the repository at this point in the history
  • Loading branch information
zobweyt committed Jan 11, 2025
1 parent 2c42537 commit 5e7147e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/aside/sidebar/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export const SidebarItem: ParentComponent<AnchorProps> = (props) => {
local.class,
)}
activeClass={cn(
"lg:!transition-[opacity,color,background-color]",
"max-lg:!transition-[opacity,color]",
"lg:transition-[opacity,color,background-color]",
"max-lg:transition-[opacity,color]",
"max-lg:text-fg-accent lg:text-fg-body lg:bg-bg-tertiary lg:hover:bg-bg-tertiary",
"max-lg:[&_span]:ring-fg-accent",
local.activeClass,
Expand Down

0 comments on commit 5e7147e

Please sign in to comment.