Skip to content

How do I disable radio button focus effect  #47

@totuslink

Description

@totuslink

Hi, thank you so much for this wonderful plugin. I encounter a problem and stuck there with no luck.
I had already tried this method: tailwindlabs/tailwindcss-custom-forms#37

This is the current code

<div class="mt-2">
  <label class="inline-flex items-center">
    <input
      type="radio"
      class="form-radio focus:shadow-none focus:outline-none focus:bg-opacity-0"
      name="privacyType"
      value="private"
    />
    <span class="ml-2">Private</span>
  </label>
  <label class="inline-flex items-center ml-6">
    <input
      type="radio"
      class="form-radio focus:shadow-none focus:outline-none focus:border-transparent"
      name="privacyType"
      value="public"
    />
    <span class="ml-2">Public</span>
  </label>
</div>

Goal: Want to disable this focus ring
截圖 2021-02-22 下午11 52 18

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions