Fixes to horizontal menu logic. Now supports multiple levels of menu items. Added FontIcon component to reduce duplicate code.
This commit is contained in:
4
Oqtane.Client/Themes/Controls/FontIcon.razor
Normal file
4
Oqtane.Client/Themes/Controls/FontIcon.razor
Normal file
@ -0,0 +1,4 @@
|
||||
@if (!string.IsNullOrWhiteSpace(Value))
|
||||
{
|
||||
<span class="@Value" aria-hidden="true"></span>
|
||||
}
|
Reference in New Issue
Block a user