mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 21:23:57 +08:00
1defb9449b
There is currently only one scenario when both the composer and a user card would be present at the same time: if you have the composer open and then you click on something outside it that triggers a card. Which implies intent to see the card (unobstructed by the composer 😉) The reverse doesn't happen because opening the composer would close an existing user card. In theory there's also displaying a user card by clicking on a mention in composer's preview but that functionality is currently broken (and this PR is a prerequisite 😉) --- I changed `.user-card, .group-card` to `.fk-d-menu[data-identifier="card"]` because that regressed when we moved user cards to float-kit – they are nested inside `.fk-d-menu` so its `z-index` is now important (effectively the cards had `z-index: z("dropdown")` instead of `z("usercard")`) |
||
---|---|---|
.. | ||
base-desktop.scss | ||
chat-channel-info.scss | ||
chat-composer-uploads.scss | ||
chat-index-drawer.scss | ||
chat-index-full-page.scss | ||
chat-message-actions.scss | ||
chat-message-creator.scss | ||
chat-message-thread-indicator.scss | ||
chat-message.scss | ||
chat-navbar.scss | ||
index.scss | ||
sidebar-extensions.scss |