You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gallery/src/pages/brand/logo.markdown
+1-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ As a community, we are proud of our logo. Follow these guidelines to ensure it a
10
10
11
11

12
12
13
-
14
13
## Using the icon
15
14
16
15
Our icon is a shorter and most used version of our logo. The icon can exist without the wordmark, the wordmark should never exist without the icon.
@@ -21,7 +20,7 @@ Our icon is a shorter and most used version of our logo. The icon can exist with
21
20
22
21
The pretty blue logo with a background shadow, pictured top left, is our primary logo. It should only be used with black, white, and non-duotone photography.
23
22
24
-
When needed you can use our logo without a shadow, as seen as the second variant.
23
+
When needed you can use our logo without a shadow, as seen as the second variant.
25
24
26
25
The outlined logo should only be used on packaging.
When the component is dynamically displayed, the content is automatically announced by most screen readers. At this time, screen readers do not inform users of alerts that are present when the page loads.
@@ -78,6 +87,7 @@ Actions must have a tab index of 0 so that they can be reached by keyboard-only
78
87
## Implementation
79
88
80
89
### Example Usage
90
+
81
91
**Alert type**
82
92
83
93
<ha-alertalert-type="error">
@@ -96,17 +106,12 @@ Actions must have a tab index of 0 so that they can be reached by keyboard-only
96
106
This is an success alert — check it out!
97
107
</ha-alert>
98
108
99
-
100
109
```html
101
-
<ha-alertalert-type="error">
102
-
This is an error alert — check it out!
103
-
</ha-alert>
110
+
<ha-alertalert-type="error"> This is an error alert — check it out! </ha-alert>
104
111
<ha-alertalert-type="warning">
105
112
This is a warning alert — check it out!
106
113
</ha-alert>
107
-
<ha-alertalert-type="info">
108
-
This is an info alert — check it out!
109
-
</ha-alert>
114
+
<ha-alertalert-type="info"> This is an info alert — check it out! </ha-alert>
110
115
<ha-alertalert-type="success">
111
116
This is a success alert — check it out!
112
117
</ha-alert>
@@ -154,13 +159,14 @@ The `title ` option should not be used without a description.
0 commit comments