File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
contentcuration/contentcuration/frontend/shared/views Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 33 <span
44 class =" studio-chip"
55 :class =" { notranslate }"
6+ :style =" chipStyle"
67 >
78 <slot ></slot >
89 </span >
3132 default: false ,
3233 },
3334 },
35+ computed: {
36+ chipStyle () {
37+ return {
38+ color: this .$themeTokens .text ,
39+ backgroundColor: this .$themePalette .grey .v_200 ,
40+ };
41+ },
42+ },
3443 };
3544
3645 </script >
4554 font-size : 12px ;
4655 font-weight : bold ;
4756 line-height : 16px ;
48- color : var (--v-text-base , #000000 );
49- background-color : var (--v-grey-lighten3 , #e0e0e0 );
5057 border-radius : 10px ;
5158 }
5259
Original file line number Diff line number Diff line change 612612 .printing {
613613 font-family : ' Noto Sans' , helvetica !important ;
614614
615+ /* stylelint-disable-next-line selector-pseudo-class-no-unknown */
615616 :global (.material-icons ) {
616617 font-family : ' Material Icons' !important ;
617618 }
627628 justify-content : center ;
628629 width : 100% ;
629630 height : 100% ;
630- background-color : var (--v-greyBackground-base , #f5f5f5 );
631+ background-color : var (--v-grey-lighten4 );
631632 }
632633
633634 .resource-list {
719720 font-size : 14px ;
720721 font-weight : bold ;
721722 line-height : 20px ;
722- color : var (--v-darkGrey-base , #424242 );
723+ color : var (--v-grey-darken3 );
723724 }
724725
725726 .sample-nodes {
Original file line number Diff line number Diff line change 9898 font-size : 14px ;
9999 font-weight : bold ;
100100 line-height : 20px ;
101- color : var (--v-darkGrey-base , #424242 );
101+ color : var (--v-grey-darken3 );
102102 vertical-align : middle ;
103103 }
104104
You can’t perform that action at this time.
0 commit comments