mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
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.
This commit is contained in:
@@ -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. */
|
/* Tooltips should not follow the width restrictions of their parent element. */
|
||||||
[data-tippy-root] {
|
[data-tippy-root] {
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
|||||||
Reference in New Issue
Block a user