src/app/home/components/homeViewNavigation.scss (15 lines of code) (raw):
/***********************************************************
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License
**********************************************************/
@import '../../css/themes';
.nav-link-left {
a:link, a:visited, a:active {
text-decoration: none;
@include themify($themes) {
color: themed('menuLinkColor');
}
}
a:hover {
@include themify($themes) {
color: themed('menuLinkColor_Hover');
background-color: themed('menuLinkBackground_Hover');
}
}
}