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:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2017-07-16 01:25:39 +0300
committerDimitrie Hoekstra <dimitriehoekstra@gmail.com>2017-07-16 01:25:39 +0300
commitac4ae4a3e41738b2e00c765819fce351950192b4 (patch)
treeebad24df1cea0f6338996731e724c5b29bbe17f1
parentd9ed329b8c4282e8b722034df22dc1949e46c732 (diff)
tooltips have the new nav purple color to them, rather than bootstrap full blacktooltip-recolor
-rw-r--r--app/assets/stylesheets/framework/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 5e374360359..4613de87793 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -438,6 +438,7 @@ table {
.tooltip {
.tooltip-inner {
word-wrap: break-word;
+ background: $indigo-900;
}
}