summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamdbeckham <sbeckham@gitlab.com>2019-03-25 17:22:11 +0000
committersamdbeckham <sbeckham@gitlab.com>2019-03-25 17:22:11 +0000
commite68de48b3c044147145b61e179434b399e829114 (patch)
tree742e3c6ab23cc72cfff26fe76add52f180c8d1d3
parent20fef917f546c606da0b190c47abbbc461e57c55 (diff)
downloadgitlab-ce-gitlab-ui/185-split-dropdown-caret.tar.gz
WIP: Replaces bootstrap's dropdown caretgitlab-ui/185-split-dropdown-caret
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss10
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 {