Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Remove button border and fix outline variation padding inconsistencies #646

Merged
merged 5 commits into from
Oct 16, 2023

Conversation

richtabor
Copy link
Member

@richtabor richtabor commented Oct 13, 2023

Description
An alternative to #645 and #643, which closes #613. Makes the buttons the intended size across variations, while also removing the border (which made it harder to change colors).

This fix is applied to default and fossil variations for now; the others do not have varying button styles (yet) so the fix in default is inherited there.

Screenshots
CleanShot 2023-10-13 at 15 07 01

CleanShot 2023-10-13 at 15 14 20

Comment on lines -815 to -818
"bottom": {
"style": "solid",
"width": "1px"
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this makes a lot of sense, the element doesn't have an outlined variation

Copy link
Collaborator

@MaggieCabrera MaggieCabrera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@MaggieCabrera MaggieCabrera merged commit 99dd5d7 into trunk Oct 16, 2023
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Remove button block border
2 participants