File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
src/Shared/Components/CICDHistory Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 60
60
}
61
61
}
62
62
63
- & .with-menu-button {
63
+ & .radio-group. with-menu-button {
64
64
border-top-right-radius : 0 ;
65
65
border-bottom-right-radius : 0 ;
66
66
69
69
border-top-right-radius : 0 !important ;
70
70
border-bottom-right-radius : 0 !important ;
71
71
}
72
+
73
+ .radio :first-child > .radio__item-label {
74
+ padding : 2px 4px ;
75
+ }
72
76
}
73
77
}
Original file line number Diff line number Diff line change @@ -79,13 +79,7 @@ export const StatusFilterButtonComponent = ({
79
79
disabled = { false }
80
80
onChange = { handleInlineFilterClick }
81
81
>
82
- < RadioGroup . Radio
83
- key = { allResourceKindFilter . status }
84
- value = { allResourceKindFilter . status }
85
- tippyPlacement = "top"
86
- tippyContent = { allResourceKindFilter . status }
87
- tippyClass = "w-100 dc__first-letter-capitalize"
88
- >
82
+ < RadioGroup . Radio key = { allResourceKindFilter . status } value = { allResourceKindFilter . status } >
89
83
< span className = "dc__first-letter-capitalize" > { `${ allResourceKindFilter . status } (${ allResourceKindFilter . count } )` } </ span >
90
84
</ RadioGroup . Radio >
91
85
{ inlineFilters . map ( ( { status, count } ) => (
You can’t perform that action at this time.
0 commit comments