| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
… focused Replace `border: none` with `border: 1px solid transparent` in default and hover states so the button keeps consistent dimensions regardless of focus/active state, avoiding layout shift when hovering an active tertiary button.
Use nullish coalescing to safely handle optional $size prop when indexing CSS_SIZE_PROPERTIES, preventing "undefined cannot be used as an index type" compile error.
Duplicate import of pallete.ts in TextInput component.
fix(BBButton): prevent size change on hover for tertiary variant when focused
| Back | FazBrowse Home | New Git URL |
Replace border: none with border: 1px solid transparent in default and hover states so the button keeps consistent dimensions regardless of focus/active state, avoiding layout shift when hovering an active tertiary button.
Additionally:
Closes #21