@@ -66,7 +66,7 @@ export default class TagViewer extends React.Component {
key="tooltip"
placement="bottom"
overlay={(
- <Tooltip id="tag-tooltip" className="tooltip">
+ <Tooltip id="tag-edit-button-tooltip" className="tag-tooltip">
{this.state.currentPageTags.length !== 0 ? this.state.currentPageTags.join() : 'tag is not set' }
</Tooltip>
)}
@@ -346,7 +346,7 @@ body.on-edit {
color: $text-muted;
}
-#tag-tooltip {
+#tag-edit-button-tooltip {
.tooltip-inner {
background-color: #fff;
color: #000;