Skip to content

Commit

Permalink
Remove redundant !important
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Nov 1, 2024
1 parent 96f810e commit 29c3d3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/components/src/products.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,7 @@ export const PRODUCTS_MENU_LIST: MenuItem['items'] = Object.fromEntries(
{/* This is a one-off class, because I want to style the parent. */}
{/* eslint-disable-next-line tailwindcss/no-custom-classname */}
<style className="hive-label-separator">
{
'li:has(>.hive-label-separator) { margin: 0.75rem 0 0.25rem 0 !important; padding: 0 !important; }'
}
{'li:has(>.hive-label-separator) { margin: 0.75rem 0 0.25rem 0; padding: 0 }'}
</style>
<span className="ml-2 font-medium text-gray-500 dark:text-neutral-400">{item}</span>
</>
Expand Down

0 comments on commit 29c3d3c

Please sign in to comment.