Skip to content

Commit 1156513

Browse files
committed
cursor: pointer all the way
1 parent 11f4013 commit 1156513

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

apps/svelte.dev/src/routes/packages/Category.svelte

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
display: flex;
9898
align-items: center;
9999
gap: 1rem;
100+
cursor: pointer;
100101
101102
.icon {
102103
mask-size: 2rem;
@@ -112,38 +113,4 @@
112113
height: 16rem;
113114
min-width: 0; /* Prevents grid items from overflowing */
114115
}
115-
116-
.show-more-container {
117-
display: flex;
118-
justify-content: flex-end;
119-
margin-top: 2rem;
120-
121-
label {
122-
font: var(--sk-font-ui-small);
123-
display: flex;
124-
align-items: center;
125-
gap: 1rem;
126-
127-
.icon {
128-
mask-size: 2rem;
129-
mask-image: url(icons/minus);
130-
}
131-
132-
button[aria-pressed='false'] .icon {
133-
mask-image: url(icons/plus);
134-
}
135-
}
136-
137-
button {
138-
order: 1;
139-
}
140-
141-
@media (min-width: 1024px) {
142-
justify-content: flex-start;
143-
144-
button {
145-
order: 0;
146-
}
147-
}
148-
}
149116
</style>

0 commit comments

Comments
 (0)