mirror of https://github.com/twbs/bootstrap.git
white text on buttons on hover for links
This commit is contained in:
parent
ea1a12593d
commit
01db5db2f6
|
|
@ -2430,6 +2430,7 @@ button.close {
|
|||
}
|
||||
|
||||
.btn:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue