File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
packages/module/src/Message Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 7979
8080.pf-chatbot__message-inline-code {
8181 --pf-chatbot-message-text-inline-code-font-size : var (--pf-t--global--font--size--body--default );
82+
8283 background-color : var (--pf-t--global--background--color--tertiary--default );
8384 font-size : var (--pf-chatbot-message-text-inline-code-font-size );
85+ border : var (--pf-t--global--border--width--high-contrast--regular ) solid
86+ var (--pf-t--global--border--color--high-contrast );
87+ border-radius : var (--pf-t--global--border--radius--small );
88+ padding-block-start : var (--pf-t--global--spacer--xs );
89+ padding-block-end : var (--pf-t--global--spacer--xs );
90+ padding-inline-start : var (--pf-t--global--spacer--xs );
91+ padding-inline-end : var (--pf-t--global--spacer--xs );
8492
8593 & .pf-m-primary {
8694 background-color : var (--pf-t--global--background--color--secondary--default );
Original file line number Diff line number Diff line change 11.pf-chatbot__message-table {
22 border-radius : var (--pf-t--global--border--radius--small );
33 --pf-v6-c-table--BackgroundColor : var (--pf-t--global--background--color--tertiary--default ) !important ;
4- --pf-v6-c-table--BorderColor : var (--pf-t--global--border--color--default ) !important ;
4+ border : var (--pf-t--global--border--width--high-contrast--regular ) solid
5+ var (--pf-t--global--border--color--high-contrast ) !important ;
56 padding : 0 var (--pf-t--global--spacer--lg ) 0 var (--pf-t--global--spacer--lg );
67
78 & .pf-m-grid.pf-v6-c-table tbody :where (.pf-v6-c-table__tbody ):first- of- type {
Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ li[id*='user-content-fn-']:has(> span > span > .pf-chatbot__message-text + .pf-c
102102 }
103103 }
104104
105+ blockquote {
106+ border-inline-start-color : var (--pf-t--global--border--color--alt );
107+ }
108+
105109 .pf-chatbot__message-text > .pf-chatbot__message-text {
106110 background-color : initial ;
107111 padding : initial ;
You can’t perform that action at this time.
0 commit comments