diff --git a/less/buttons.less b/less/buttons.less index 4c783ce..bf10e1d 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -30,7 +30,7 @@ button, .btn { &:hover { background: #2b4; /* darken(@btn-b-bg, 5%) */ } - &:active, &.focus { + &:active, &:focus { background: #2a4; /* darken(@btn-b-bg, 10%) */ } } @@ -40,7 +40,7 @@ button, .btn { &:hover { background: #c22; /* darken(@btn-c-bg, 5%) */ } - &:active, &.focus { + &:active, &:focus { background: #b22; /* darken(@btn-c-bg, 10%) */ } }