We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa90c4 commit 722be43Copy full SHA for 722be43
apps/svelte.dev/src/routes/docs/[topic]/[...path]/OnThisPage.svelte
@@ -89,8 +89,7 @@
89
@media (max-width: 1199px) {
90
margin: 4rem 0;
91
92
- /* TODO remove :global once https://github.com/sveltejs/svelte/issues/13779 is fixed */
93
- :global(&:not(:has(li:nth-child(2)))) {
+ &:not(:has(li:nth-child(2))) {
94
/* hide widget if there are no subheadings */
95
display: none;
96
}
@@ -165,8 +164,7 @@
165
164
rotate: 90deg;
166
167
168
169
- :global(& + nav) {
+ & + nav {
170
display: block;
171
172
0 commit comments