diff options
-rw-r--r-- | app/assets/stylesheets/bootstrap_migration.scss | 10 |
1 files 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 { |