Created
December 10, 2019 01:24
-
-
Save treyhuffine/ae47449c02bf64b861179d6840761cc8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
@import '@carbon/themes/scss/themes'; | |
$carbon--theme: $carbon--theme--g100; | |
@include carbon--theme(); | |
@import 'carbon-components/scss/globals/scss/styles.scss'; | |
a { | |
color: $text-04; | |
} | |
.bx--side-nav__navigation { | |
background-color: $ui-background; | |
} | |
a.bx--side-nav__link--current, | |
a.bx--side-nav__link--current > span.bx--side-nav__link-text { | |
background-color: $ui-01; | |
color: $text-04; | |
} | |
.bx--side-nav__item:not(.bx--side-nav__item--active) | |
> .bx--side-nav__link:hover { | |
background-color: $ui-01; | |
color: $text-04; | |
} | |
a.bx--side-nav__link > .bx--side-nav__link-text, | |
.bx--side-nav__item:not(.bx--side-nav__item--active) | |
> .bx--side-nav__link:hover | |
> span { | |
color: $text-04; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment