mirror of https://github.com/zulip/zulip.git
emoji_popover: Remove popover-content div.
`popover-content` class had no effect on emoji popover since it was resetting `padding: 0` and background color was already applied by tippy theme. In short, removing `popover-content` had no visual changes.
This commit is contained in:
parent
5cd2b0ed86
commit
ce656da8d7
|
@ -146,10 +146,6 @@
|
|||
height: 370px;
|
||||
user-select: none;
|
||||
|
||||
.popover-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
&.bottom .arrow {
|
||||
border-bottom-color: hsl(0deg 0% 93%);
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<div class="emoji-picker-popover">
|
||||
<div class="popover-content">
|
||||
<div class="emoji-popover">
|
||||
<div class="emoji-popover-top">
|
||||
<input class="emoji-popover-filter filter_text_input" type="text" autofocus placeholder="{{t 'Search' }}" />
|
||||
|
@ -17,6 +16,5 @@
|
|||
<div class="emoji-search-results"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="emoji-showcase-container"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue