treat old .btn-outline docs button as a true .btn modifier

This commit is contained in:
Mark Otto 2015-08-09 22:49:42 -07:00
parent e7b1123310
commit 74ee24db1e
1 changed files with 29 additions and 16 deletions

View File

@ -2,9 +2,8 @@
// //
// Custom buttons for the docs. // Custom buttons for the docs.
.btn-outline { .btn-bs {
color: $bd-purple; color: $bd-purple;
background-color: transparent;
border-color: $bd-purple; border-color: $bd-purple;
&:hover, &:hover,
@ -16,17 +15,31 @@
} }
} }
.btn-outline-inverse { // .btn-outline {
color: #fff; // color: $bd-purple;
background-color: transparent; // background-color: transparent;
border-color: $bd-purple-light; // border-color: $bd-purple;
//
&:hover, // &:hover,
&:focus, // &:focus,
&:active { // &:active {
color: $bd-purple; // color: #fff;
text-shadow: none; // background-color:$bd-purple;
background-color: #fff; // border-color: $bd-purple;
border-color: #fff; // }
} // }
} //
// .btn-outline-inverse {
// color: #fff;
// background-color: transparent;
// border-color: $bd-purple-light;
//
// &:hover,
// &:focus,
// &:active {
// color: $bd-purple;
// text-shadow: none;
// background-color: #fff;
// border-color: #fff;
// }
// }