We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7622707 commit a26c60eCopy full SHA for a26c60e
packages/notebook-extension/style/base.css
@@ -280,3 +280,28 @@ body[data-notebook='notebooks']
280
overflow: hidden;
281
white-space: nowrap;
282
}
283
+
284
+.jp-skiplink {
285
+ position: absolute;
286
+ top: -100em;
287
+}
288
289
+.jp-skiplink:focus-within {
290
291
+ z-index: 10000;
292
+ top: 0;
293
+ left: 46%;
294
+ margin: 0 auto;
295
+ padding: 1em;
296
+ width: 15%;
297
+ box-shadow: var(--jp-elevation-z4);
298
+ border-radius: 4px;
299
+ background: var(--jp-layout-color0);
300
+ text-align: center;
301
302
303
+.jp-skiplink:focus-within a {
304
+ text-decoration: underline;
305
+ color: var(--jp-content-link-color);
306
307
0 commit comments