From cf2de1fd056bb373cd56696945892b49556bd0a4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Apr 2017 14:21:18 -0700 Subject: [PATCH] Drop .jumbotron-hr - Closes #21760 - No longer needed since we have an rgba() value for this element, so it naturally darkens --- scss/_jumbotron.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scss/_jumbotron.scss b/scss/_jumbotron.scss index b12d465d9737..7966bba1e22a 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;