Add class
This commit is contained in:
parent
9a1a62537e
commit
5e4b7e2028
@ -2,11 +2,8 @@
|
||||
|
||||
@inherits UIComponent
|
||||
|
||||
<div role="alert"
|
||||
class="@CompiledClassList"
|
||||
@attributes="CustomAttributes"
|
||||
@onclick="Clicked">
|
||||
<div name="alert-content">
|
||||
<div role="alert" class="@CompiledClassList" @attributes="CustomAttributes" @onclick="Clicked">
|
||||
<div name="alert-content" class="alert-content">
|
||||
|
||||
@if (GlyphVisible)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user