Skip to content

Commit 03a928c

Browse files
committed
Remove button focus outline and box shadow
1 parent 75a0ecd commit 03a928c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_sass/layout.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,8 @@ hr {
665665
.btn:active {
666666
background-color: var(--primarycolor);
667667
color: rgba(255, 255, 255, 0.5);
668+
outline: none;
669+
box-shadow: none;
668670
}
669671

670672
.btn-o {

0 commit comments

Comments
 (0)