zulip/web/styles
Sayam Samal e3878cf64a popovers: Add structural changes and fix CSS overlap.
The paragraph tag was being used along with the bold tag to style the
topic and stream in the popovers. The semantic meaning of these tags
are more specialized and should not be used in this context. Replaced
the <p> tags with the more general <div> tags and accounted for the
bold text via the `font-weight` CSS property.

The `.topic-name` class, used to style the topic/stream name in the
topic list in the left sidebar, was also being used to the style the
topic/stream name in the topic/stream popover. This lead to irrelevant
properties being applied to the popover > topic/stream name. Through
this commit, the styling for both of these different cases are now
separated using the appropriate selectors.

Fixes #27562.
2023-12-11 12:55:25 -08:00
..
portico support: Create separate template for remote sponsorship/discounts. 2023-12-11 10:33:50 -08:00
alerts.css dependencies: Upgrade JavaScript dependencies. 2023-07-21 15:58:42 -07:00
app_components.css left_sidebar: Place a dark-mode color for masked unreads. 2023-11-29 13:33:19 -08:00
components.css bot_icon: Adjust bot-icon color for light and dark modes. 2023-06-23 14:43:22 -07:00
compose.css compose: Update icons for formatting buttons. 2023-12-01 13:51:39 -08:00
dark_theme.css settings: Remove "User groups" panel from settings overlay. 2023-12-07 06:35:38 -08:00
drafts.css drafts: Rename class name to provide more context. 2023-08-11 15:54:17 -07:00
hotspots.css css: Assign a variable to focus underline color of recent view. 2023-09-12 09:20:33 -07:00
image_upload_widget.css image_upload_widget: Refactor style of upload_widget's preview_image. 2023-03-27 10:19:29 -07:00
inbox.css recent_view: Add drodown widget to filter topics. 2023-11-22 23:38:52 -08:00
informational_overlays.css overlays: Rename "modal-body" class. 2023-10-17 10:28:50 -07:00
input_pill.css emoji: Display status emoji as flexboxes in pills. 2023-09-21 17:18:47 -07:00
left_sidebar.css popovers: Add structural changes and fix CSS overlap. 2023-12-11 12:55:25 -08:00
lightbox.css lightbox: Replace image with media. 2023-10-02 22:39:02 -07:00
message_edit_history.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
message_row.css message_edit: Add styles for Save and Cancel buttons. 2023-11-15 10:41:51 -08:00
modal.css css: Fix modal exit button colors not working on billing pages. 2023-11-29 21:46:13 -08:00
popovers.css popovers: Add structural changes and fix CSS overlap. 2023-12-11 12:55:25 -08:00
print.css css: Rename .message_list to .message-feed. 2023-08-21 15:17:45 -07:00
progress_bar.css refactor: Refactor progress_bar CSS to remove redundant code. 2023-04-05 15:47:14 -07:00
pygments.css pygments: Place Default (light) and Monokai (dark) schemes. 2023-12-04 13:03:34 -08:00
reactions.css reactions: Set more explicit reaction-text setting. 2023-11-15 14:02:45 -06:00
recent_view.css recent_view: Fix filter dropdown enabled after search for spectators. 2023-11-29 21:47:36 -08:00
rendered_markdown.css markdown: Remove background colors from code blocks. 2023-12-04 13:03:34 -08:00
right_sidebar.css sidebars: Structurally separate left- and right-sidebar headings. 2023-11-09 17:39:26 -08:00
scheduled_messages.css scheduled_messages: Indicate scheduled messages in conversation views. 2023-10-11 17:53:07 -07:00
search.css navbar: Show shorter navbar for short screens not narrow screens. 2023-11-28 18:11:56 -08:00
settings.css settings: Remove "User groups" panel from settings overlay. 2023-12-07 06:35:38 -08:00
subscriptions.css stream_settings: Fix cursor not being disabled due to specificity issue. 2023-12-04 16:38:19 -08:00
tooltips.css streams: Improve subscription toggle buttons on stream rows. 2023-10-13 11:08:54 -07:00
typing_notifications.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
user_circles.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
user_status.css user_status: Track focused element by using the same color as hover. 2023-11-22 13:36:27 -08:00
widgets.css widgets: Remove box-shadow and use background-color to show focus. 2023-08-16 10:06:40 -07:00
zulip.css popovers: Add structural changes and fix CSS overlap. 2023-12-11 12:55:25 -08:00