CSS: Remove outline from .button mixin
This commit is contained in:
parent
9b2a325f6f
commit
4f21e0fb94
|
@ -13,6 +13,7 @@
|
|||
border: 2px solid @color;
|
||||
color: @color;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
padding: @vertical-padding @horizontal-padding;
|
||||
|
||||
// Transition mixin does not work w/ comma-separated transistions
|
||||
|
|
Loading…
Reference in New Issue