File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
packages/module/src/Message Expand file tree Collapse file tree 2 files changed +8
-1
lines changed 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,12 @@ 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+ }
109+ }
110+
105111 .pf-chatbot__message-text > .pf-chatbot__message-text {
106112 background-color : initial ;
107113 padding : initial ;
You can’t perform that action at this time.
0 commit comments