Skip to content

Commit

Permalink
Fix feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyHoenderdaal committed Apr 18, 2024
1 parent 000121f commit dbf47b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/css/components/category.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
@apply relative;
&::before {
content: '';
@apply absolute top-2.5 h-px w-2 -left-3 bg-inactive-110;
@apply absolute top-2.5 h-px w-2 -left-3 bg-border;
}
&::after {
content: '';
@apply absolute w-px bottom-2 -left-3 top-0 bg-inactive-110;
@apply absolute w-px bottom-2 -left-3 top-0 bg-border;
}
}
& + li {
&::after {
content: '';
@apply absolute w-px bottom-2.5 left-0 top-0 bg-inactive-110;
@apply absolute w-px bottom-2.5 left-0 top-0 bg-border;
}
}
}
Expand Down

0 comments on commit dbf47b1

Please sign in to comment.