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-06-15 21:36:26 +0300
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-06-15 21:36:26 +0300
commitc3aa36d035da3cf5e245eac12aa6c3ffcb27cf98 (patch)
treeeb10de8d8f704992fe5956ff4c60807881fd0f68 /app/assets/stylesheets/bootstrap_migration.scss
parentf2400ed1f3d9440bd58102774ae93cfa63ce74e0 (diff)
Remove pointer events in favor of boundary viewport
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 5da0e672288..c3ba62805dc 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -128,11 +128,6 @@ table {
border-spacing: 0;
}
-.tooltip {
- // Fix bootstrap4 bug whereby tooltips flicker when they are hovered over their borders
- pointer-events: none;
-}
-
.popover {
font-size: 14px;
}