Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/databrowser.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</script>
</head>
<body id="PageBody">
<a href="#DummyUUID" class="skip-link">Skip to main content</a>
<a href="#me" class="skip-link">Skip to main content</a>
<!-- solid-panes' OutlineManager injects into this element -->
<header id="PageHeader" role="banner"></header>
<main id="mainContent" tabindex="-1">
<div class="TabulatorOutline" id="DummyUUID">
<div class="TabulatorOutline" id="me">
<table id="outline">
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/mash-utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
width: auto;
height: auto;
padding: 0.5em 1em;
background: #005fcc;
background: var(--color-primary);
color: #fff;
z-index: var(--z-index-skip-links);
outline: none;
Expand Down
4 changes: 2 additions & 2 deletions static/browse-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</script>
</head>
<body>
<a href="#DummyUUID" class="skip-link">Skip to main content</a>
<a href="#me" class="skip-link">Skip to main content</a>

<header id="PageHeader" role="banner" class="header-mash">
The SolidOS Databrowser
Expand All @@ -115,7 +115,7 @@
</div>
</div>

<div class="TabulatorOutline" id="DummyUUID">
<div class="TabulatorOutline" id="me">
<table id="outline">
<thead>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions static/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</script>
</head>
<body>
<a href="#DummyUUID" class="skip-link">Skip to main content</a>
<a href="#me" class="skip-link">Skip to main content</a>

<header id="PageHeader" role="banner" class="header-mash">
The SolidOS Databrowser
Expand All @@ -115,7 +115,7 @@
</div>
</div>

<div class="TabulatorOutline" id="DummyUUID">
<div class="TabulatorOutline" id="me">
<table id="outline">
<thead>
<tr>
Expand Down