diff options
Diffstat (limited to 'bower_components/bootstrap/less/buttons.less')
-rw-r--r-- | bower_components/bootstrap/less/buttons.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower_components/bootstrap/less/buttons.less b/bower_components/bootstrap/less/buttons.less index 40553c63..5a746049 100644 --- a/bower_components/bootstrap/less/buttons.less +++ b/bower_components/bootstrap/less/buttons.less @@ -107,7 +107,7 @@ &:hover, &:focus { color: @link-hover-color; - text-decoration: underline; + text-decoration: @link-hover-decoration; background-color: transparent; } &[disabled], |