Skip to content

fix(react-cap-theme): fix border styles for field :focus states#663

Merged
dvdzkwsk merged 2 commits into
mainfrom
david/fix-rounded-corner-focus-borders
Jun 25, 2026
Merged

fix(react-cap-theme): fix border styles for field :focus states#663
dvdzkwsk merged 2 commits into
mainfrom
david/fix-rounded-corner-focus-borders

Conversation

@dvdzkwsk

@dvdzkwsk dvdzkwsk commented Jun 24, 2026

Copy link
Copy Markdown
Contributor
cap-combobox-compare cap-dropdown-compare cap-input-compare

@dvdzkwsk dvdzkwsk requested a review from a team as a code owner June 24, 2026 23:04
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
const fieldRadius = (radius: string): GriffelStyle => ({
borderRadius: radius,
'::after': {
height: `max(2px, ${radius})`,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

shouldn't this be 2px+radius?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

oh nvm!

@dvdzkwsk dvdzkwsk merged commit 3213aae into main Jun 25, 2026
9 checks passed
@dvdzkwsk dvdzkwsk deleted the david/fix-rounded-corner-focus-borders branch June 25, 2026 16:07
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