Custom border rounding value for input outline #2336
Unanswered
AlJoff
asked this question in
Support from community
Replies: 1 comment 4 replies
-
Hi @AlJoff, I recommend you to use class customization - it ensures correct classes change. Check out the Class customization tutorial. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to make the input outline field with more rounded borders. I found out from the documentation that the default rounded value for input outline is 0.25rem (4px). I want to set rounded to 0.75rem (12px).
I managed to set the rounded value for input outline to 0.75rem, but for some reason the rounding of the left border does not match the right one, although the style is set absolutely correctly.
On the screenshot you can see that the rounding of the left border differs from the right one. How to fix it?
How to fix it?
My CSS code:
Beta Was this translation helpful? Give feedback.
All reactions