File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
src/components/v2/appDetails/k8Resource Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ export const K8ResourceComponent = ({
146
146
className = "dc__border-right--n1 dc__overflow-hidden flexbox-col dc__no-shrink w-250"
147
147
data-testid = "k8-resources-node-tree"
148
148
>
149
- < div className = "pt-16 pb-15 px-16 border__secondary--bottom k8s-resources__status-filter--container " >
149
+ < div className = "pt-16 pb-15 px-16 border__secondary--bottom" >
150
150
< StatusFilterButtonComponent
151
151
nodes = { nodes }
152
152
selectedTab = { currentFilter }
Original file line number Diff line number Diff line change 45
45
}
46
46
}
47
47
}
48
-
49
- .k8s-resources {
50
- & __status-filter--container {
51
- .segmented-control {
52
- border-radius : 6px ;
53
- }
54
- }
55
-
56
- & __status-filter--container :has (.popup-button-kebab ) {
57
- .segmented-control {
58
- border-top-right-radius : 0px !important ;
59
- border-bottom-right-radius : 0px !important ;
60
- }
61
- }
62
- }
You can’t perform that action at this time.
0 commit comments