Skip to content

Commit

Permalink
Merge pull request #724 from GSA/sds-1529
Browse files Browse the repository at this point in the history
Update sidenav styles allow for disabled sidenav items
  • Loading branch information
cwolf10 authored Jan 15, 2025
2 parents e238947 + 26aa432 commit 69e3c8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sam-styles/packages/components/side-nav/styles/side-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
color: color('secondary-dark');
font-weight: font-weight('bold');
}
&.disabled{
color: #c9c9c9 !important;
cursor: auto;
&:focus{
outline: none;
}
}

}
}
Expand Down

0 comments on commit 69e3c8e

Please sign in to comment.