starlight-cannoli-plugins 2.8.2 → 2.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -186,38 +186,8 @@ div > div[class="page"] > svg {
186
186
  }
187
187
  }
188
188
 
189
- /********** Toggle Checkbox Styles **********/
190
- #toggle-all-details-btn {
191
- display: flex;
192
- align-items: center;
193
- gap: 0.5rem;
194
- cursor: pointer;
195
-
196
- input[type="checkbox"] {
197
- position: relative;
198
- appearance: none;
199
- width: 1.2em;
200
- height: 1.2em;
201
- border: 2px solid currentColor;
202
- border-radius: 2px;
203
- cursor: pointer;
204
- display: flex;
205
- align-items: center;
206
- justify-content: center;
207
- transition: background-color 0.2s ease;
208
-
209
- &:checked {
210
- background-color: var(--sl-color-accent);
211
- border-color: var(--sl-color-accent);
212
-
213
- &::after {
214
- content: "✓";
215
- color: white;
216
- font-size: 0.8em;
217
- font-weight: bold;
218
- }
219
- }
220
- }
189
+ starlight-toc .toggle-checkbox-btn:last-of-type {
190
+ margin-bottom: 1rem;
221
191
  }
222
192
 
223
193
  .toggle-checkbox-btn {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "starlight-cannoli-plugins",
3
3
  "type": "module",
4
- "version": "2.8.2",
4
+ "version": "2.8.3",
5
5
  "description": "Starlight plugins for automatic sidebar generation and link validation",
6
6
  "license": "ISC",
7
7
  "main": "./dist/index.js",