File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
openmetadata-ui/src/main/resources/ui/src Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -705,6 +705,16 @@ const TagsPage = () => {
705705 noWrap
706706 className = "self-center m-b-0 tag-category"
707707 data-testid = "tag-name"
708+ sx = { {
709+ fontWeight :
710+ currentClassification ?. name === category . name
711+ ? theme . typography . fontWeightBold
712+ : 'inherit' ,
713+ color :
714+ currentClassification ?. name === category . name
715+ ? 'primary.main'
716+ : 'inherit' ,
717+ } }
708718 title = { getEntityName ( category ) }
709719 variant = "body2" >
710720 { getEntityName ( category ) }
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ a[href].link-text-grey,
346346}
347347
348348.activeCategory {
349- border-left : 2 px solid @primary-color ;
349+ border-left : 3 px solid @primary-color ;
350350 background : @primary-1 ;
351351 padding-left : 10px ;
352352 font-weight : 600 ;
You can’t perform that action at this time.
0 commit comments