We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c082f9c commit 0638064Copy full SHA for 0638064
1 file changed
packages/module/src/MessageBar/MessageBar.scss
@@ -131,3 +131,16 @@
131
padding-block-end: var(--pf-t--global--spacer--md);
132
}
133
134
+
135
+// ============================================================================
136
+// High contrast styles
137
138
+:root:where(.pf-v6-theme-high-contrast) {
139
+ .pf-chatbot__message-bar {
140
+ box-shadow: inset 0 0 0 1px var(--pf-t--global--border--color--default);
141
142
+ &:focus-within {
143
+ box-shadow: inset 0 0 0 2px var(--pf-t--global--color--brand--default);
144
+ }
145
146
+}
0 commit comments