From 6a1ae465cca48ae78ac04669373e2d2621d3aef4 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Thu, 24 Nov 2022 08:42:01 +0000 Subject: [PATCH] css: Let actions popover icon take maximum possible width & height. We need to fill width of `actions_hover` with padding of `zulip-icon`, so that hovering over `.actions_hover` shows you tooltip and clicking on it shows popover. --- static/styles/zulip.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 1994d37ae4..bce069cca9 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1068,6 +1068,15 @@ td.pointer { } } + .actions_hover { + line-height: 1; + + .zulip-icon-ellipsis-v-solid { + padding: 2px 5.33px; + outline: none; + } + } + /* Tooltips should not follow the width restrictions of their parent element. */ [data-tippy-root] { width: max-content;