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-20 03:15:38 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-20 03:15:38 +0300
commit006b477f94926ba9a03e50912a98ef54d150658e (patch)
tree2c02b9ffea738ef59e1a66f730186e79703687e5 /app/assets/stylesheets/bootstrap_migration.scss
parentabfc13ffa46c8da3fbeb61a4e0b2f1ee644d4da1 (diff)
Readd hide class
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index f6f53b964af..ad00ee65021 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -54,6 +54,10 @@ table {
visibility: hidden !important;
}
+.hide {
+ display: none;
+}
+
.dropdown-toggle::after {
// Remove bootstrap's dropdown caret
display: none;