Skip to content

Commit 04880bf

Browse files
committed
Adjusted nav bar item names, removed unnecessary host information
1 parent 3eaf092 commit 04880bf

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

src/css/universal-nav.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,6 @@
8282
background: rgba(255, 255, 255, 0.12);
8383
}
8484

85-
.universal-nav__host {
86-
color: rgba(255, 255, 255, 0.3);
87-
font-family: var(--monospace-font-family);
88-
font-size: 11px;
89-
}
90-
91-
.universal-nav__tab.is-current .universal-nav__host {
92-
color: rgba(255, 255, 255, 0.55);
93-
}
94-
9585
.universal-nav__dot {
9686
width: 6px;
9787
height: 6px;

src/partials/universal-nav.hbs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
</a>
1919
<a class="universal-nav__tab is-current" href="https://docs.stackable.tech" aria-current="page">
2020
<span class="universal-nav__dot" aria-hidden="true"></span>
21-
<span>Docs</span>
22-
<span class="universal-nav__host">docs</span>
21+
<span>Documentation</span>
2322
</a>
2423
<a class="universal-nav__tab" href="https://hub.stackable.tech">
2524
<span class="universal-nav__dot" aria-hidden="true"></span>
2625
<span>Hub</span>
27-
<span class="universal-nav__host">hub</span>
2826
</a>
2927
</nav>
3028

@@ -35,7 +33,7 @@
3533

3634
<button type="button" class="universal-nav__disclosure" aria-expanded="false" aria-controls="universal-nav-sheet">
3735
<span class="universal-nav__dot" aria-hidden="true"></span>
38-
<span>Docs</span>
36+
<span>Documentation</span>
3937
<span class="universal-nav__caret" aria-hidden="true"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg></span>
4038
<span class="universal-nav__sr">Open Stackable property switcher</span>
4139
</button>

0 commit comments

Comments
 (0)