Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kyma-project/busola into fix-ass-mo…
Browse files Browse the repository at this point in the history
…dule-delete-2
  • Loading branch information
mrCherry97 committed Feb 6, 2025
2 parents 338553b + 828b600 commit 060ce2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/pr-linked-check.yml

This file was deleted.

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 060ce2d

Please sign in to comment.