We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f15a3 commit 83eecdaCopy full SHA for 83eecda
1 file changed
_sass/addon/commons.scss
@@ -290,16 +290,6 @@ i {
290
margin-top: 0;
291
margin-bottom: 0;
292
}
293
-
294
- /* [scroll-focus] added by `smooth-scroll.js` */
295
- &:target:not([scroll-focus]),
296
- &[scroll-focus='true'] > p {
297
- background-color: var(--footnote-target-bg);
298
- width: -moz-fit-content;
299
- width: -webkit-fit-content;
300
- width: fit-content;
301
- transition: background-color 1.5s ease-in-out;
302
- }
303
304
305
@@ -311,12 +301,6 @@ i {
311
border-bottom-style: none !important;
312
transition: background-color 1.5s ease-in-out;
313
314
315
316
- @at-root sup:target:not([scroll-focus]),
317
- sup[scroll-focus='true'] > a#{&} {
318
319
320
321
322
306
.reversefootnote {
0 commit comments