themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.61k stars 715 forks source link

Fix checkbox indeterminate icon #623

Closed jdavidferreira closed 7 months ago

jdavidferreira commented 1 year ago

This merged PR https://github.com/themesberg/flowbite/pull/588 changed the checkbox indeterminate icon. Now, it no longer looks like it should be, it looks like it's checked, not indeterminate. This PR fixes that.

Before: checkbox-indeterminate-before

After: checkbox-indeterminate-after

simkim commented 1 year ago

:+1: needed for our project

zoltanszogyenyi commented 7 months ago

Thanks @jdavidferreira for the PR. Merged!