From 659fc0e5b1971eba9f4cd9011f7a7e4bc441f54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 20 Oct 2021 19:57:17 -0400 Subject: [PATCH] feat: tooltip quote --- less/topic.less | 10 ++++++++++ templates/partials/topic/selection-tooltip.tpl | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 templates/partials/topic/selection-tooltip.tpl 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 @@ +
+ +
\ No newline at end of file