Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kyma-project/busola into fix-sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Feb 6, 2025
2 parents 1b5f4d0 + 6d2b29d commit 701745f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/sidebar/Sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@
pointer-events: none;
}
}

ui5-side-navigation.hide-shadow {
position: relative;
}
2 changes: 0 additions & 2 deletions src/sidebar/SidebarNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export function SidebarNavigation() {
}}
>
<SideNavigationItem
className="hide-shadow"
icon={'slim-arrow-left'}
text={'Back To Cluster Details'}
onClick={() => {
Expand Down Expand Up @@ -183,7 +182,6 @@ export function SidebarNavigation() {
)}
{!namespace && !isSidebarCondensed && (
<SideNavigationItem
className="hide-shadow"
icon={'bbyd-dashboard'}
text={'Cluster Details'}
onClick={() => {
Expand Down

0 comments on commit 701745f

Please sign in to comment.