1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

Set .btn base color

This commit is contained in:
Martijn Cuppens
2018-08-02 20:51:18 +02:00
committed by Mark Otto
parent 3ef2db1e85
commit 97eea3b2bf

View File

@@ -7,6 +7,7 @@
.btn { .btn {
display: inline-block; display: inline-block;
font-weight: $btn-font-weight; font-weight: $btn-font-weight;
color: $body-color;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
user-select: none; user-select: none;
@@ -17,6 +18,7 @@
// Share hover and focus styles // Share hover and focus styles
@include hover-focus { @include hover-focus {
color: $body-color;
text-decoration: none; text-decoration: none;
} }