diff options
| author | Mark Otto <[email protected]> | 2015-08-09 22:49:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-09 22:49:42 -0700 |
| commit | 74ee24db1ee3cf239014144c4ef88e61a2f85a26 (patch) | |
| tree | 51184640584f4644e574d9c8169f65599d85dc72 /docs | |
| parent | e7b11233100fd1a118742a635e3a466f54708a6e (diff) | |
| download | bootstrap-74ee24db1ee3cf239014144c4ef88e61a2f85a26.tar.xz bootstrap-74ee24db1ee3cf239014144c4ef88e61a2f85a26.zip | |
treat old .btn-outline docs button as a true .btn modifier
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/scss/_buttons.scss | 45 |
1 files changed, 29 insertions, 16 deletions
diff --git a/docs/assets/scss/_buttons.scss b/docs/assets/scss/_buttons.scss index 213e95d04..d3e65e5b0 100644 --- a/docs/assets/scss/_buttons.scss +++ b/docs/assets/scss/_buttons.scss @@ -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; +// } +// } |
