# HG changeset patch # User domruf # Date 1500408464 -7200 # 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 -r ca4ab5047f74 -r 2ce1f4cd87d8 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Mon Jun 26 20:47:49 2017 +0200 +++ b/kallithea/public/css/style.css Tue Jul 18 22:07:44 2017 +0200 @@ -2184,16 +2184,6 @@ 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 @@ .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 -r ca4ab5047f74 -r 2ce1f4cd87d8 kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html Mon Jun 26 20:47:49 2017 +0200 +++ b/kallithea/templates/base/base.html Tue Jul 18 22:07:44 2017 +0200 @@ -136,9 +136,9 @@