-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include outline-color in default color properties to transition #10385
Conversation
Co-Authored-By: Dilshod <28673719+deebov@users.noreply.github.com>
72aba0e
to
3122e10
Compare
I don't think this is a good default because Screencast.from.02-12-2023.01.41.56.PM.webmYou can test it by adding |
I just ran into the same issue as @rainerborene. Most, if not all, of my inputs had |
We're also running into this in the @filamentphp framework. Any thoughts on reverting this change for now, @adamwathan? |
This issue also appears on a default Laravel Jetstream installation. |
I'd consider this a breaking change, personally. (Good idea though, I like it!) |
This PR updates the default
transition
andtransition-colors
classes to include theoutline-color
property. More important now than it has been historically since it follows the border radius in browsers nowadays and people are usingoutline
for lots of things they might have used a border or box-shadow for in the past.