summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/shared/gr-tooltip-content/gr-tooltip-content.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/shared/gr-tooltip-content/gr-tooltip-content.html')
-rw-r--r--polygerrit-ui/app/elements/shared/gr-tooltip-content/gr-tooltip-content.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/polygerrit-ui/app/elements/shared/gr-tooltip-content/gr-tooltip-content.html b/polygerrit-ui/app/elements/shared/gr-tooltip-content/gr-tooltip-content.html
index 58f8e39a6d..65f1fda83c 100644
--- a/polygerrit-ui/app/elements/shared/gr-tooltip-content/gr-tooltip-content.html
+++ b/polygerrit-ui/app/elements/shared/gr-tooltip-content/gr-tooltip-content.html
@@ -1,4 +1,5 @@
<!--
+@license
Copyright (C) 2017 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,7 +20,12 @@ limitations under the License.
<dom-module id="gr-tooltip-content">
<template>
- <content></content><!--
+ <style>
+ .arrow {
+ color: var(--arrow-color);
+ }
+ </style>
+ <slot></slot><!--
--><span class="arrow" hidden$="[[!showIcon]]">&#9432;</span>
</template>
<script src="gr-tooltip-content.js"></script>