Skip to content

Commit 0e76195

Browse files
authored
chore: Remove unused code (kyma-project#4602)
* chore: remove unused code * remove now unused imports
1 parent f6a71aa commit 0e76195

File tree

33 files changed

+11
-413
lines changed

33 files changed

+11
-413
lines changed

src/command-pallette/CommandPalletteUI/CommandPaletteSearchBar.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
width: var(--_ui5_input_width) !important;
33
}
44

5-
.ui5-shellbar-mid-content {
6-
flex-grow: 1;
7-
}
8-
95
@container (max-width: 1040px) {
106
.command-palette-search-bar {
117
width: 100% !important;

src/components/Clusters/components/ChooseStorage.scss

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/components/Clusters/components/ChooseStorage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { FlexBox, Label, RadioButton } from '@ui5/webcomponents-react';
22
import { useTranslation } from 'react-i18next';
3-
import './ChooseStorage.scss';
43

54
interface ChooseStorageProps {
65
storage: string;

src/components/Clusters/views/ClusterList.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
.params-warning-icon {
2-
color: var(--sapCriticalColor);
3-
font-weight: bolder;
4-
margin-left: 10px;
5-
}
6-
71
.empty-cluster-list {
82
height: 100vh;
93
display: flex;
104
flex-direction: column;
115
justify-content: center;
126
}
137

14-
.cluster-disabled-subtitle a {
15-
font-size: inherit;
16-
}
17-
188
#edit-cluster {
199
.edit-cluster-form {
2010
display: flex;

src/components/Clusters/views/ClusterOverview/ClusterStats.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
.counting-cards-container {
2-
display: flex;
3-
flex-direction: column;
4-
gap: 1rem;
5-
max-height: 300px;
6-
}
7-
81
.cluster-stats {
92
/*
103
The em and px values of row-height and column-width are specifically set to ensure that the following elements align well with each other in the grid.

src/components/Clusters/views/ClusterOverview/ClusterValidation/ClusterValidation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const ClusterValidation = () => {
177177
{!scanReady && <Loader type="Indeterminate" />}
178178

179179
<Section titleText={t('cluster-validation.scan.scope')}>
180-
<FlexBox className="bsl-has-padding-small">
180+
<FlexBox className="sap-margin-small">
181181
<InfoTile
182182
title={t('common.headers.namespaces')}
183183
content={

src/components/Extensibility/components/Badge.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import {
1010
getBadgeType,
1111
} from 'components/Extensibility/helpers';
1212

13-
import './Badge.scss';
14-
1513
export function Badge({
1614
value,
1715
structure,

src/components/Extensibility/components/Badge.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/components/HelmReleases/HelmReleaseDataPanel.scss

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/components/HelmReleases/ReleaseDataPanel.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { LayoutPanelRow } from 'shared/components/LayoutPanelRow/LayoutPanelRow'
33
import { useTranslation } from 'react-i18next';
44
import { useUrl } from 'hooks/useUrl';
55
import { UI5Panel } from 'shared/components/UI5Panel/UI5Panel';
6-
7-
import './HelmReleaseDataPanel.scss';
86
import { Link } from 'shared/components/Link/Link';
97

108
export function ReleaseDataPanel({ release, secret }) {

0 commit comments

Comments
 (0)