File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
packages/module/src/Message Expand file tree Collapse file tree 2 files changed +10
-4
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--sm );
89+ padding-block-end : var (--pf-t--global--spacer--sm );
90+ padding-inline-start : var (--pf-t--global--spacer--sm );
91+ padding-inline-end : var (--pf-t--global--spacer--sm );
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 @@ -102,10 +102,8 @@ li[id*='user-content-fn-']:has(> span > span > .pf-chatbot__message-text + .pf-c
102102 }
103103 }
104104
105- .footnotes {
106- blockquote {
107- border-inline-start-color : var (--pf-t--global--border--color--alt );
108- }
105+ blockquote {
106+ border-inline-start-color : var (--pf-t--global--border--color--alt );
109107 }
110108
111109 .pf-chatbot__message-text > .pf-chatbot__message-text {
You can’t perform that action at this time.
0 commit comments