-
Notifications
You must be signed in to change notification settings - Fork 652
fix: remove border-radius styling from parameter button #18975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
IrakliJani
merged 1 commit into
main
from
fix_remove_border-radius_styling_from_parameter_button
Dec 19, 2025
Merged
fix: remove border-radius styling from parameter button #18975
IrakliJani
merged 1 commit into
main
from
fix_remove_border-radius_styling_from_parameter_button
Dec 19, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Dec 19, 2025
This was referenced Dec 19, 2025
This was referenced Dec 19, 2025
Contributor
Author
notgiorgi
approved these changes
Dec 19, 2025
|
Your preview environment pr-18975 has been deployed. Preview environment endpoints are available at: |
Preview Environment🌐 URL: https://lightdash-preview-pr-18975.lightdash.okteto.dev 📋 Logs: View in GCP Console 🔧 SSH: |
Contributor
Author
Merge activity
|
0fcd3f6 to
c65445d
Compare
lightdash-bot
pushed a commit
that referenced
this pull request
Dec 19, 2025
# [0.2267.0](0.2266.0...0.2267.0) (2025-12-19) ### Bug Fixes * add retries to googleSheetsSync jobs and only track a sentry error on the last retry ([#18857](#18857)) ([bc59c0e](bc59c0e)) * adjust padding in dashboard filters bar and tabs layout ([#18972](#18972)) ([437c22d](437c22d)) * remove border-radius styling from parameter button ([#18975](#18975)) ([b607786](b607786)) ### Features * add ability to hide date zoom in dashboard ([#18968](#18968)) ([9d7c7eb](9d7c7eb)) * add collapsible dashboard filters bar with summary view ([#18971](#18971)) ([ccbbe68](ccbbe68)) * add divider option for dashboard heading tiles ([#18966](#18966)) ([bb5f993](bb5f993)) * implement DateZoomV2 component with improved UI and granularity controls ([#18967](#18967)) ([9b3b572](9b3b572)) * redesign dashboard header with improved UI components ([#18970](#18970)) ([ccee73b](ccee73b))
Collaborator
|
🎉 This PR is included in version 0.2267.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Removed the
.buttonclass and its border-radius styling from the Parameter component. Also simplified the className assignment by removing the unnecessary template literal when there's only a conditional class.