ActionLink Improvements
Adjustment to ActionLink component to support custom button classes. Adjustment of all button styles inside of the project to swap to either btn-danger for delete operations or btn-secondary for cancel operations for consistency.
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
<input type="password" name="Password" class="form-control" placeholder="Password" bind="@Password" />
|
||||
</div>
|
||||
<button type="button" class="btn btn-primary">Register</button>
|
||||
<NavLink class="btn btn" href="/">Cancel</NavLink>
|
||||
<NavLink class="btn btn-secondary" href="/">Cancel</NavLink>
|
||||
</div>
|
||||
|
||||
@functions {
|
||||
|
Reference in New Issue
Block a user