diff --git a/src/components/App/ContentWrapper/ContentWrapper.scss b/src/components/App/ContentWrapper/ContentWrapper.scss index 527429585b..8b9e470dc4 100644 --- a/src/components/App/ContentWrapper/ContentWrapper.scss +++ b/src/components/App/ContentWrapper/ContentWrapper.scss @@ -12,20 +12,3 @@ .content-scroll { height: 100%; } - -html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar { - background-color: #fff; -} - -html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-corner { - background-color: #fff; -} - -html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb { - border-radius: 0.75rem; - border: 0.125rem solid #fff; -} - -html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb { - background-color: #7b91a8; -} diff --git a/src/shared/components/GenericList/components.js b/src/shared/components/GenericList/components.js index 4bad7d571d..b7419d1e03 100644 --- a/src/shared/components/GenericList/components.js +++ b/src/shared/components/GenericList/components.js @@ -137,7 +137,7 @@ const DefaultRowRenderer = ({ ); return ( - + {cells} {!!actions.length && actionsCell} {displayArrow && ( diff --git a/src/shared/components/Spinner/Spinner.tsx b/src/shared/components/Spinner/Spinner.tsx index 15fa951457..32ea0b09b8 100644 --- a/src/shared/components/Spinner/Spinner.tsx +++ b/src/shared/components/Spinner/Spinner.tsx @@ -2,7 +2,7 @@ import { BusyIndicator } from '@ui5/webcomponents-react'; type SpinnerProps = { ariaLabel?: string; - size?: 'L' | 'M' | 'S'; + size?: 'S' | 'M' | 'L'; center?: boolean; }; diff --git a/tests/integration/tests/cluster/test-navigation-features.spec.js b/tests/integration/tests/cluster/test-navigation-features.spec.js index d7b1f988a5..38d774e6a1 100644 --- a/tests/integration/tests/cluster/test-navigation-features.spec.js +++ b/tests/integration/tests/cluster/test-navigation-features.spec.js @@ -45,7 +45,7 @@ context('Test navigation features', () => { cy.contains('ui5-text', 'system:controller:cronjob-controller').click(); cy.getMidColumn() - .contains('ui5-Panel', 'Subjects') + .contains('ui5-panel', 'Subjects') .contains('ui5-link', 'cronjob-controller') .click();