Commit 74ee24db authored by Mark Otto's avatar Mark Otto

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

parent e7b11233
...@@ -2,9 +2,8 @@ ...@@ -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 @@ ...@@ -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;
// }
// }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment