-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(secondaryNavigation): Minor fixes
- changed default target behaviour in breadcrumbs to nothing (open in same frame/window) - made the glyphicon color override more specific - fixed application title bug - removed old function from app.js
- Loading branch information
Showing
3 changed files
with
3 additions
and
24 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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ left-nav-bar, right-nav-bar { | |
} | ||
|
||
right-nav-bar { | ||
.fa, .glyphicon { | ||
a>.fa, a>.glyphicon { | ||
color: $text-color | ||
} | ||
} |
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