-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stylings not being applied correctly in production builds
- Loading branch information
Playwo
committed
Oct 1, 2022
1 parent
e546d1b
commit 2eb44a5
Showing
4 changed files
with
18 additions
and
9 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
5 changes: 3 additions & 2 deletions
5
Thorsight/ClientApp/src/app/shared/components/navbar/components/navlink.component.html
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,7 @@ | ||
<hr *ngIf="pushdown" class="push-down"/> | ||
<hr id="top-hr"/> | ||
|
||
<a [routerLink]="route"> | ||
<ng-content></ng-content> | ||
</a> | ||
<hr *ngIf="!pushdown" /> | ||
|
||
<hr id="bottom-hr"/> |
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