Hide outline on buttons
This commit is contained in:
parent
4a94ce1e16
commit
7441410fff
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&.primary {
|
||||
color: #FFFFFF;
|
||||
border-color: $blue;
|
||||
|
|
Loading…
Reference in a new issue