Giter Club home page Giter Club logo

Comments (5)

fl1k avatar fl1k commented on August 15, 2024 5

fixed with focus:ring-offset-0

from tailwindcss-forms.

RobinMalfait avatar RobinMalfait commented on August 15, 2024 4

Hey! Thank you for your question!
Much appreciated! πŸ™

Internally we use the ring utilities, you can apply those to change the style you want.
Example: https://play.tailwindcss.com/9a17lSTOTp

I essentially added this focus:ring-transparent, keep in mind that this is very bad for accessibility, so I would recommend to play with the ring utilities until you find something that matches the design and your likings.

from tailwindcss-forms.

namrog84 avatar namrog84 commented on August 15, 2024 2

I am trying to solve this too and was able to get rid of most things

The little 'white dot' in the middle I was able to remove by adding

.form-radio:checked
{
  background-image: none;
}

[type='radio']:checked
{
  background-image: none;
}

to my index.css (where I import the tailwind stuff).

However I just can't get rid of the white circle, I've gone thru the inspected elements dozens of times

image

image

Happens when I click and hold, or have recently clicked on something.

What's strange is I don't see it happen

from tailwindcss-forms.

totuslink avatar totuslink commented on August 15, 2024

@RobinMalfait Sorry for the late reply, I still failed on this problem. I adjust your tailwind css play to indicate the problem.

https://play.tailwindcss.com/7b7oE90unh

You can see a white ring around the radio selection when you first select it, once your mouse click elsewhere, it will disappear. Is there any method to style this white ring?

ζˆͺεœ– 2021-04-22 δΈ‹εˆ2 40 35

ζˆͺεœ– 2021-04-22 δΈ‹εˆ2 41 28

from tailwindcss-forms.

fl1k avatar fl1k commented on August 15, 2024

Have same issue.

from tailwindcss-forms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.