Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

fuzzy border when clicked #70

Open
patrick-motard opened this issue Dec 14, 2021 · 2 comments
Open

fuzzy border when clicked #70

patrick-motard opened this issue Dec 14, 2021 · 2 comments

Comments

@patrick-motard
Copy link

patrick-motard commented Dec 14, 2021

Unclicked:
Screen Shot 2021-12-13 at 11 36 57 PM

Clicked:
Screen Shot 2021-12-13 at 11 37 16 PM

Clicked again:
Screen Shot 2021-12-13 at 11 37 30 PM

Notice the fuzzy/dotted border around the box. If I click away, the border is removed.

A few things I've tried:

input:focus{
  outline:none;
}

and:

input[type="radio"]:focus {
    outline: none;
}

With no luck. I'd like there to be no fuzzy/dotted border at all when the button is selected.

@patrick-motard
Copy link
Author

Possibly related: #20
Going to try this and will report back here.

@patrick-motard
Copy link
Author

So far I've tried:
The fix mentioned in #20:

$checkradio-focus: none;
@import '~bulma-switch';

and a variable mentioned in the docs:

$switch-focus: none;
@import '~bulma-switch';

Neither worked. Although I will note that with either option if you click fast several times, while clicking quickly there is no border. 💯

So neither option works for me. 😞

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant