From e68de48b3c044147145b61e179434b399e829114 Mon Sep 17 00:00:00 2001 From: samdbeckham Date: Mon, 25 Mar 2019 17:22:11 +0000 Subject: WIP: Replaces bootstrap's dropdown caret --- app/assets/stylesheets/bootstrap_migration.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index c8357f7751c..50066482090 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -189,8 +189,14 @@ table { .dropdown-toggle::after, .dropright .dropdown-menu-toggle::after { - // Remove bootstrap's dropdown caret - display: none; + // Replace bootstrap's dropdown caret + -webkit-font-smoothing: antialiased; + border: none; + color: #c4c4c4; + content: "\f078"; + font: normal normal normal 10px/1 FontAwesome; + height: auto; + width: auto; } h3.popover-header { -- cgit v1.2.1