diff --git a/less/topic.less b/less/topic.less index 27f9415..902027d 100644 --- a/less/topic.less +++ b/less/topic.less @@ -648,6 +648,16 @@ z-index: 1; } +.selection-tooltip-container { + position: absolute; + padding: 5px; + border: 1px solid @well-border; + background-color: @well-bg; + border-radius: 3px; + margin: 10px 0px 0px 0px; + z-index: 1; +} + @media screen and (min-width: @screen-sm-min) { .fork-thread-card { max-width: 33%; diff --git a/templates/partials/topic/selection-tooltip.tpl b/templates/partials/topic/selection-tooltip.tpl new file mode 100644 index 0000000..56e9f55 --- /dev/null +++ b/templates/partials/topic/selection-tooltip.tpl @@ -0,0 +1,3 @@ +