Skip to content

Commit

Permalink
updated navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkundan committed May 8, 2024
1 parent abea2d8 commit 913cfad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ import {
{
type: 'link',
label: '🔗 Community Connectors', // This is the text that will be displayed in the link
href: '/community/community-connectors', // This is the path to the document, adjusted for direct linking
href: '/community/connectors', // This is the path to the document, adjusted for direct linking
},
],
},
Expand Down
6 changes: 4 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,10 @@ div[class^="announcementBar_"] {

.demo-showcase-card:hover,
.demo-showcase-card:focus {
box-shadow: 0 6px 20px rgba(0,0,0,0.3);
/* Optionally add other styles to indicate hover/focus state */
cursor: pointer; /* Changes cursor to a hand */
box-shadow: 0 12px 30px rgba(0,0,0,0.5); /* Enhances shadow to make it appear more raised */
transform: translateY(-5px); /* Moves the card up slightly */
transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition for shadow and transform */
}

.demo-showcase-card__header {
Expand Down

0 comments on commit 913cfad

Please sign in to comment.