File tree Expand file tree Collapse file tree
packages/module/src/FileDetailsLabel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 padding : var (--pf-t--global--spacer--sm ) var (--pf-t--global--spacer--md ) var (--pf-t--global--spacer--sm )
1010 var (--pf-t--global--spacer--md ) !important ;
1111 gap : var (--pf-t--global--spacer--sm );
12- --pf-v6-c-label--m-clickable--hover--BackgroundColor : var (--pf-t--global--background--color--secondary --hover );
12+ --pf-v6-c-label--m-clickable--hover--BackgroundColor : var (--pf-t--global--background--color--primary --hover );
1313 --pf-v6-c-label--MaxWidth : 12rem !important ;
1414 .pf-v6-c-truncate {
1515 max-width : 9ch ;
2323}
2424
2525.pf-v6-c-label.pf-chatbot__file-label {
26- --pf-v6-c-label--BackgroundColor : var (--pf-t--global--background--color--secondary --default );
26+ --pf-v6-c-label--BackgroundColor : var (--pf-t--global--background--color--primary --default );
2727 --pf-v6-c-label--BorderRadius : var (--pf-t--global--border--radius--small );
2828 --pf-v6-c-label--Color : var (--pf-t--global--text--color--regular );
2929
3030 .pf-chatbot__file-label > .pf-v6-c-label__content {
3131 --pf-v6-c-label--Color : var (--pf-t--global--background--color--primary--default );
3232 }
33+
34+ @at-root :where (.pf-v6-theme-glass ) & {
35+ --pf-v6-c-label--BackgroundColor : var (--pf-t--global--background--color--secondary--default );
36+ --pf-v6-c-label--m-clickable--hover--BackgroundColor : var (--pf-t--global--background--color--secondary--hover );
37+ }
3338}
3439
3540.pf-v6-theme-dark {
You can’t perform that action at this time.
0 commit comments