File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
src/views/repo/components
tailwind-utils-config/components Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ export const CommitTitleWithPRLink = (props: CommitTitleWithPRLinkProps) => {
32
32
}
33
33
34
34
return (
35
- // TODO : Remove the relative className once we have a better way to handle this
36
- < Text { ...textProps } key = { piece } className = "relative" >
35
+ < Text { ...textProps } key = { piece } >
37
36
(
38
37
< Link
39
38
title = { title }
Original file line number Diff line number Diff line change @@ -61,11 +61,9 @@ export default {
61
61
62
62
'&-with-link' : {
63
63
'a, button' : {
64
- '@apply z-10' : ''
65
- } ,
66
-
67
- button : {
68
- '@apply relative' : ''
64
+ '&:where(:not(.cn-stacked-list-item-link))' : {
65
+ '@apply z-10 relative' : ''
66
+ }
69
67
}
70
68
}
71
69
} ,
Original file line number Diff line number Diff line change @@ -84,6 +84,10 @@ export default {
84
84
}
85
85
} ,
86
86
87
+ '&:where(.cn-tag-hoverable)' : {
88
+ '@apply relative z-[1]' : ''
89
+ } ,
90
+
87
91
'&:where(.cn-tag-sm)' : {
88
92
height : `var(--cn-tag-size-sm)` ,
89
93
'@apply font-caption-single-line-normal' : '' ,
You can’t perform that action at this time.
0 commit comments