-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changed the class name of `aside` to `nav` in `NavLink.astro.scss` - Updated the structure and class names in `Sidebar.astro` - Added ARIA attributes for accessibility in `Sidebar.astro` - Adjusted font size and added font weight to `.navbar-brand` in `Sidebar.astro.scss` - Removed unnecessary styles from `.navbar-brand` in `Sidebar.astro.scss` - Added ARIA attributes for accessibility in footer section of `Sidebar.astro` - Updated styles for unordered list in footer section of `Sidebar.astro.scss` - Added role, aria-label, and aria-expanded attributes to the root div element in `VaultNavTree.astro` - Passed level prop to child components recursively in `VaultNavTree.astro`
- Loading branch information
1 parent
2458440
commit 5adde1f
Showing
5 changed files
with
44 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@use "../styles/variables" as *; | ||
|
||
aside > nav { | ||
nav > .vault-nav { | ||
font-size: 0.9rem; | ||
padding-bottom: 0.2rem; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters