Skip to content

Commit 939da2e

Browse files
chore: remove unrelated style changes, keep necessary margin and rounded corners
1 parent 74a3a68 commit 939da2e

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

packages/ui-components/Containers/Sidebar/SidebarItem/index.module.css

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,17 @@
1111
rounded-md
1212
text-sm
1313
text-neutral-800
14-
transition-all
15-
duration-200
16-
ease-in-out
1714
dark:text-neutral-200;
1815

1916
margin-bottom: 1px;
2017

2118
&:hover {
2219
&:not(.progression) .label {
2320
@apply rounded-sm
24-
bg-neutral-100
25-
text-neutral-900
26-
dark:bg-neutral-800
27-
dark:text-neutral-100;
21+
bg-neutral-100
22+
text-neutral-900
23+
dark:bg-neutral-800
24+
dark:text-neutral-100;
2825
}
2926

3027
.icon {
@@ -48,19 +45,13 @@
4845
fill-neutral-200
4946
stroke-white
5047
stroke-[4]
51-
transition-colors
52-
duration-200
53-
ease-in-out
5448
dark:fill-neutral-800
5549
dark:stroke-neutral-950;
5650
}
5751

5852
.icon {
5953
@apply size-3
6054
text-neutral-500
61-
transition-all
62-
duration-200
63-
ease-in-out
6455
dark:text-neutral-200;
6556
}
6657

0 commit comments

Comments
 (0)