diff options
Diffstat (limited to 'less/buttons.less')
| -rw-r--r-- | less/buttons.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/less/buttons.less b/less/buttons.less index d4fc156be..05bd89d08 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -12,6 +12,7 @@ font-weight: @btn-font-weight; text-align: center; vertical-align: middle; + touch-action: manipulation; cursor: pointer; background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 border: 1px solid transparent; @@ -22,13 +23,15 @@ &, &:active, &.active { - &:focus { + &:focus, + &.focus { .tab-focus(); } } &:hover, - &:focus { + &:focus, + &.focus { color: @btn-default-color; text-decoration: none; } @@ -85,7 +88,6 @@ .btn-link { color: @link-color; font-weight: normal; - cursor: pointer; border-radius: 0; &, @@ -140,8 +142,6 @@ .btn-block { display: block; width: 100%; - padding-left: 0; - padding-right: 0; } // Vertically space out multiple block buttons |
