Skip to content

Commit d6516ca

Browse files
authored
Remove li:after (#78)
1 parent 95432a4 commit d6516ca

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/routes/tutorial/[slug]/_/Folder.svelte

-10
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,4 @@
9090
li {
9191
padding: 0;
9292
}
93-
94-
li::after {
95-
content: '';
96-
position: absolute;
97-
width: 2rem;
98-
height: 100%;
99-
background: linear-gradient(to right, transparent 30%, white 80%);
100-
border-right: 1px solid var(--border-color);
101-
right: 0
102-
}
10393
</style>

0 commit comments

Comments
 (0)