Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-10 23:10:17 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-10 23:10:17 +0300
commit30a2ed2b3d055eee197b400a14fe65301c324a05 (patch)
tree5f704d952f19df18eaf5386d72085a091298fcb0 /app/assets
parentb0d790efb92cb4356adfc4fde91c64b93f61c2ae (diff)
[skip ci] Remove bootstrap 4's automatic dropdown caret placement
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index fce08da3794..07d68f994de 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -30,3 +30,8 @@ html {
@extend .d-none;
@extend .invisible;
}
+
+.dropdown-toggle::after {
+ // Remove bootstrap's dropdown caret
+ display: none;
+}