Skip to content

Prev/next card buttons: box-shadow on hover only, border-radius 5px#72

Merged
ProLoser merged 1 commit intomainfrom
copilot/update-button-styles-hover
Apr 19, 2026
Merged

Prev/next card buttons: box-shadow on hover only, border-radius 5px#72
ProLoser merged 1 commit intomainfrom
copilot/update-button-styles-hover

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 19, 2026

The / event card navigation buttons had a persistent box-shadow and a tight 2px border-radius inherited from .ui-button.

Changes

  • #event-card-prev, #event-card-next in style.css:
    • border-radius: 5px (was 2px from .ui-button)
    • box-shadow: none by default; restores shadow on :hover
#event-card-prev, #event-card-next {
  border-radius: 5px;
  box-shadow: none;
  &:hover {
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  }
}

button styles

@ProLoser ProLoser closed this Apr 19, 2026
@ProLoser ProLoser reopened this Apr 19, 2026
@ProLoser ProLoser marked this pull request as ready for review April 19, 2026 20:10
@ProLoser ProLoser merged commit 72f95bc into main Apr 19, 2026
1 check passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 19, 2026

PR Preview Action v1.8.1

🚀 View preview at
https://ProLoser.github.io/funcheapmap/preview/pr-72/

Built to branch gh-pages at 2026-04-19 20:10 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@ProLoser ProLoser deleted the copilot/update-button-styles-hover branch April 19, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants