Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Badly sized outline #34

Open
rjoly opened this issue Oct 10, 2014 · 2 comments
Open

Badly sized outline #34

rjoly opened this issue Oct 10, 2014 · 2 comments

Comments

@rjoly
Copy link

rjoly commented Oct 10, 2014

Hello !

On expand-left / expand-right buttons, the outline is not completly fabulous, as you can see on joined capture.
ladda-outline-issue

We don't have the issue with slide-left / slide-right because of the following code

.ladda-button[data-style="slide-left"] {
    overflow: hidden;
}

Is there any good reason not to write this removing [data-style=...] ? I tried it on demo page and it seems to work fine.

.ladda-button {
    overflow: hidden;
}
@catmeme
Copy link

catmeme commented Feb 23, 2016

you may also want:

button:focus {
    outline:0 !important;
}

@Sandbird
Copy link

.ladda-button:focus {outline:none;}
.ladda-button::-moz-focus-inner {border:0;}

should do it

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

3 participants