post tooltips: add disable button inside tooltip.

This commit is contained in:
evazion
2018-04-30 00:05:34 -05:00
parent 1d14885bd5
commit 80f8a7fee4
3 changed files with 31 additions and 0 deletions

View File

@@ -66,6 +66,13 @@ $tooltip-height: 112px;
margin-right: 0;
}
}
.post-tooltip-footer {
.post-tooltip-disable {
float: right;
margin-top: 2px;
}
}
}
&:not(:hover) a {