Skip to content

Commit 70ef7c9

Browse files
committed
feat(MessageLoading): Add support for high contrast
Add borders to container that show in high contrast mode.
1 parent 2f25b87 commit 70ef7c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/module/src/Message/MessageLoading.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
padding: var(--pf-t--global--spacer--sm);
77
background-color: var(--pf-t--global--background--color--tertiary--default);
88
border-radius: var(--pf-t--global--border--radius--small);
9+
// for high contrast support
10+
border: var(--pf-t--global--border--width--high-contrast--regular) solid
11+
var(--pf-t--global--border--color--high-contrast);
912

1013
&-dots {
1114
position: relative;

0 commit comments

Comments
 (0)