Skip to content

Commit b17f808

Browse files
committed
[remove] unused carousel css
1 parent 62f0436 commit b17f808

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

styles/main.css

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,3 @@ div:has(.next-error-h1) {
3232
scrollbar-width: none;
3333
}
3434

35-
/* .carousel-ul {
36-
anchor-name: --my-carousel;
37-
scrollbar-width: none;
38-
scroll-marker-group: after;
39-
}
40-
41-
.carousel-ul::scroll-marker-group {
42-
position: absolute;
43-
position-anchor: --my-carousel;
44-
display: flex;
45-
top: calc(anchor(bottom) - 0.25rem);
46-
justify-content: center;
47-
justify-self: anchor-center;
48-
gap: 0.5rem;
49-
}
50-
.carousel-ul::column::scroll-marker {
51-
border: 1px solid black;
52-
border-radius: 0.5rem;
53-
background-color: transparent;
54-
width: 0.25rem;
55-
height: 0.25rem;
56-
content: '';
57-
}
58-
59-
.carousel-ul::column::scroll-marker:target-current {
60-
background-color: var(--color-primary);
61-
} */

0 commit comments

Comments
 (0)