Update back-to-top-button.scss

Remove the dotted box around the back-to-top-button when clicked
This commit is contained in:
Rohit Tanwar
2018-02-26 22:22:03 +05:30
committed by GitHub
parent c91818a069
commit c75f6bd075

View File

@ -30,6 +30,7 @@
&:focus {
box-shadow: 0 0.8rem 1.6rem -0.2rem rgba(0, 32, 128, 0.15), 0 0 2px 2px #35a8ff;
outline-style: none;
}
&.is-visible {