aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2018-10-17 22:21:33 +0200
committerXhmikosR <[email protected]>2018-10-17 23:21:33 +0300
commita6669b478b324653dcd50af8f2e0098ed0f5ce13 (patch)
treef9ca16decb8f7d70635c356745eeb3ac548e5a5a
parentef27179c187fc28af7a5e64f7c2221da232c6d0c (diff)
downloadbootstrap-a6669b478b324653dcd50af8f2e0098ed0f5ce13.tar.xz
bootstrap-a6669b478b324653dcd50af8f2e0098ed0f5ce13.zip
Fix btn focus color (#27178)
-rw-r--r--scss/_buttons.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss
index af4f2dbe9..7c45534e0 100644
--- a/scss/_buttons.scss
+++ b/scss/_buttons.scss
@@ -16,8 +16,7 @@
@include button-size($btn-padding-y, $btn-padding-x, $btn-font-size, $btn-line-height, $btn-border-radius);
@include transition($btn-transition);
- // Share hover and focus styles
- @include hover-focus {
+ @include hover {
color: $body-color;
text-decoration: none;
}