0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Fix btn focus color (#27178)

This commit is contained in:
Martijn Cuppens 2018-10-17 22:21:33 +02:00 committed by XhmikosR
parent ef27179c18
commit a6669b478b

View File

@ -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;
}