Skip to content

Commit 17ca6d9

Browse files
authored
fix(alert): add annotation for validator (#4807)
1 parent 34ac42e commit 17ca6d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ui/components/alert/base/_index.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ $alert-gradient-size-background: 64px 64px;
6161
}
6262
}
6363

64+
/**
65+
* @summary Initializes notification
66+
* @selector .slds-notify
67+
* @restrict .slds-notify_container div
68+
*/
69+
.slds-notify {
70+
/* Empty annotation for validator */
71+
}
72+
6473
/**
6574
* @summary Sets styling for warning alert notification
6675
* @selector .slds-alert_warning

0 commit comments

Comments
 (0)