# HG changeset patch # User domruf # Date 2017-07-18 22:07:44 # Node ID 2ce1f4cd87d80339af7a42d50efc00cba8cd3ab1 # Parent ca4ab5047f74b0e45ec2d6f2bc9c417e6db92e00 navbar: use Bootstrap 'caret' class instead of our own 'navbar-caret' This mostly reverses e075f2cc4f8c - now we use so much Bootstrap that it no longer is an issue. Note: This icon is smaller than the old one. diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -2184,16 +2184,6 @@ div#overview { display: block !important; } -.navbar-caret { - margin-top: -2px; - display: inline-block; -} - -.navbar-caret:after { - font-family: 'kallithea'; - content: ' \23f7'; /* triangle-down */ -} - #context-bar .select2-container .select2-choice .select2-chosen, nav.navbar #quick .select2-container .select2-choice .select2-chosen { margin-right: 0; @@ -2212,10 +2202,10 @@ nav.navbar #quick .select2-container .se .branch-switcher .select2-container, .branch-switcher .select2-choice, -.branch-switcher .select2-choice span, +.branch-switcher .select2-choice > span, .repo-switcher .select2-container, .repo-switcher .select2-choice, -.repo-switcher .select2-choice span { +.repo-switcher .select2-choice > span { background: transparent !important; border: 0 !important; box-shadow: none !important; diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -136,9 +136,9 @@