utily / smoothly

Web component library written with Stencil.
https://payfunc.com/open-source/smoothly
MIT License
1 stars 5 forks source link

Fix border-radius on button by just setting a border-radius css variable #851

Closed Magnus93 closed 3 weeks ago

Magnus93 commented 3 weeks ago

By using a css variable it's easier to keep track of the radius rather then setting the radius on all elements for all combinations.

Outline example on hover

Before

Screenshot from 2024-08-21 14-00-40

After

Screenshot from 2024-08-21 14-00-57