serenader2014 / decent

A Ghost blog theme
52 stars 8 forks source link

Go-To-Top focus fix #20

Closed jwillmer closed 8 years ago

jwillmer commented 8 years ago

Remove blue border if button is in focus:

.go-to-top {
    &:focus {
        outline: none;
        opacity: 1;
    }
}
serenader2014 commented 8 years ago

I think it's fine to have a blue border when it's in focus.