Skip to content

Commit f4dc05a

Browse files
committed
chore(HighContrast): Remove read/unread from text
1 parent 53b6086 commit f4dc05a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/react-core/src/demos/examples/HighContrast/HighContrast.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export const TabsOpenDemo = () => {
254254
<NotificationDrawerListItem variant="info">
255255
<NotificationDrawerListItemHeader
256256
variant="info"
257-
title="Unread info notification title"
257+
title="Info notification title"
258258
srTitle="Info notification:"
259259
>
260260
<Dropdown
@@ -283,7 +283,7 @@ export const TabsOpenDemo = () => {
283283
<NotificationDrawerListItem variant="danger">
284284
<NotificationDrawerListItemHeader
285285
variant="danger"
286-
title="Unread danger notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines."
286+
title="Danger notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines."
287287
srTitle="Danger notification:"
288288
>
289289
<Dropdown
@@ -314,7 +314,7 @@ export const TabsOpenDemo = () => {
314314
<NotificationDrawerListItemHeader
315315
truncateTitle={1}
316316
variant="danger"
317-
title="Unread danger notification title. This is a long title to show how the title will be truncated if it is long and will be shown in a single line."
317+
title="Danger notification title. This is a long title to show how the title will be truncated if it is long and will be shown in a single line."
318318
srTitle="Danger notification:"
319319
>
320320
<Dropdown
@@ -344,7 +344,7 @@ export const TabsOpenDemo = () => {
344344
<NotificationDrawerListItem variant="warning" isRead>
345345
<NotificationDrawerListItemHeader
346346
variant="warning"
347-
title="Read warning notification title"
347+
title="Warning notification title"
348348
srTitle="Warning notification:"
349349
>
350350
<Dropdown
@@ -373,7 +373,7 @@ export const TabsOpenDemo = () => {
373373
<NotificationDrawerListItem variant="success" isRead>
374374
<NotificationDrawerListItemHeader
375375
variant="success"
376-
title="Read success notification title"
376+
title="Success notification title"
377377
srTitle="Success notification:"
378378
>
379379
<Dropdown
@@ -400,7 +400,7 @@ export const TabsOpenDemo = () => {
400400
</NotificationDrawerListItemBody>
401401
</NotificationDrawerListItem>
402402
<NotificationDrawerListItem isRead>
403-
<NotificationDrawerListItemHeader title="Read (default) notification title" srTitle="notification:">
403+
<NotificationDrawerListItemHeader title="(Default) notification title" srTitle="notification:">
404404
<Dropdown
405405
onSelect={onSelect}
406406
isOpen={isOpen6}

0 commit comments

Comments
 (0)