File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
packages/module/src/Chatbot Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 2828 opacity : 1 ;
2929 transform : translateY (0 );
3030 }
31+ // for high contrast support
32+ border : var (--pf-t--global--border--width--high-contrast--regular ) solid
33+ var (--pf-t--global--border--color--high-contrast );
3134
3235 // 32 rem is the width of the overlay chatbot plus the insets
3336 // if the screen is smaller, we want to be 100%
4649// Chatbot Display Mode - Docked
4750// ============================================================================
4851.pf-chatbot--docked {
52+ // for high contrast support
53+ border : unset ;
54+ border-left : var (--pf-t--global--border--width--high-contrast--regular ) solid
55+ var (--pf-t--global--border--color--high-contrast );
4956 inset-block-end : 0 ;
5057 inset-inline-end : 0 ;
5158 padding : 0 ;
6572// Chatbot Display Mode - Fullscreen
6673// ============================================================================
6774.pf-chatbot--fullscreen {
75+ // for high contrast support
76+ border : unset ;
6877 inset-block-end : 0 ;
6978 inset-inline-end : 0 ;
7079 padding : 0 ;
7887// Chatbot Display Mode - Embedded
7988// ============================================================================
8089.pf-chatbot--embedded {
90+ // for high contrast support
91+ border : unset ;
8192 position : static ;
8293 width : 100% ;
8394 min-height : 100% ;
127138 box-shadow : none ;
128139 border-left : var (--pf-t--global--border--width--divider--default ) solid ;
129140 border-color : var (--pf-t--global--border--color--default );
141+ // for high contrast support
142+ border-left : var (--pf-t--global--border--width--high-contrast--regular ) solid
143+ var (--pf-t--global--border--color--high-contrast );
130144
131145 .pf-chatbot-container {
132146 border-radius : var (--pf-t--global--border--radius--sharp );
You can’t perform that action at this time.
0 commit comments