diff options
| author | Mark Otto <[email protected]> | 2017-04-08 14:21:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-04-08 14:21:18 -0700 |
| commit | cf2de1fd056bb373cd56696945892b49556bd0a4 (patch) | |
| tree | 92ec6d9decc360db7fe662be70bfab942974fe00 | |
| parent | 9a475730dc62a5632350d74387e187c205881a45 (diff) | |
| download | bootstrap-cf2de1fd056bb373cd56696945892b49556bd0a4.tar.xz bootstrap-cf2de1fd056bb373cd56696945892b49556bd0a4.zip | |
Drop .jumbotron-hr
- Closes #21760
- No longer needed since we have an rgba() value for this element, so it naturally darkens
| -rw-r--r-- | scss/_jumbotron.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_jumbotron.scss b/scss/_jumbotron.scss index b12d465d9..7966bba1e 100644 --- a/scss/_jumbotron.scss +++ b/scss/_jumbotron.scss @@ -9,10 +9,6 @@ } } -.jumbotron-hr { - border-top-color: darken($jumbotron-bg, 10%); -} - .jumbotron-fluid { padding-right: 0; padding-left: 0; |
