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 @@
//
// Custom buttons for the docs.
.btn-outline {
.btn-bs {
color: $bd-purple;
background-color: transparent;
border-color: $bd-purple;
&:hover,
......@@ -16,17 +15,31 @@
}
}
.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;
}
}
// .btn-outline {
// color: $bd-purple;
// background-color: transparent;
// border-color: $bd-purple;
//
// &:hover,
// &:focus,
// &:active {
// color: #fff;
// background-color:$bd-purple;
// border-color: $bd-purple;
// }
// }
//
// .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