zulip/web/styles
Karl Stolley 3f5764e5ba navbar: Correct for alpha background on unread dot's border.
This is a case where the use of alpha channels in HSL color values
shows its limits.

The use of an alpha channel is necessary for the background
elements for the top navbar elements, because they sit over the
top of the navbar's bottom border (actually an inset shaddow).

However, it's impossible to use the alpha-channel based color on
elements like the unread dot, where the border actually sits on
top of the element itself--meaning that the effect would be a
larger dot with an imperceptibly darker ring around it.

What this commit does is use a technique suggested by Anders
Kaseorg for using CSS's `color-mix()` functional notation to
calculate an opaque version of the alpha color for use on
elements that do not or cannot directly take the color with
the alpha channel.

See CZO discussion:
https://chat.zulip.org/#narrow/stream/6-frontend/topic/alphas.20in.20color.20definitions/near/1670102
2023-10-30 11:25:12 -07:00
..
portico hello: Make logos more visible in light theme. 2023-10-30 11:05:02 -07:00
alerts.css dependencies: Upgrade JavaScript dependencies. 2023-07-21 15:58:42 -07:00
app_components.css gear_menu: Migrate to use tippy. 2023-10-20 12:36:39 -07: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: Present Start new topic button adjacent the reply button. 2023-10-10 17:37:03 -07:00
dark_theme.css left_sidebar: Use DM identifiers around direct-messages list. 2023-10-30 10:14:28 -07: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 inbox: Improve look of empty inbox view. 2023-10-20 17:13:33 -07: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 left_sidebar: Use DM identifiers around direct-messages list. 2023-10-30 10:14:28 -07: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 users: Add ellipsis only on names and show the indicator always. 2023-10-12 12:06:10 -07:00
modal.css user_profile: Fix alignment and color of edit icon. 2023-10-26 13:17:28 -07:00
popovers.css user_profile: Fix alignment and color of edit icon. 2023-10-26 13:17:28 -07: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 styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
reactions.css emoji_popover: Remove popover-content div. 2023-10-09 11:39:12 -07:00
recent_view.css empty_list_widget: Use class instead of id. 2023-10-17 11:55:41 -07:00
rendered_markdown.css markdown: Add support for inline video thumbnails. 2023-10-02 22:39:02 -07:00
right_sidebar.css right_sidebar: Drop keyboard shortcuts button from right sidebar. 2023-10-25 16:43:49 -07:00
scheduled_messages.css scheduled_messages: Indicate scheduled messages in conversation views. 2023-10-11 17:53:07 -07:00
search.css navbar: Remove userlist unread count. 2023-10-24 13:57:27 -07:00
settings.css gear_menu: Migrate to use tippy. 2023-10-20 12:36:39 -07:00
subscriptions.css css: Rename CSS variables for heights in subscriptions overlay. 2023-10-17 10:28:50 -07: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 emoji: Display status emoji as flexboxes in status modal. 2023-09-21 17:18:47 -07:00
widgets.css widgets: Remove box-shadow and use background-color to show focus. 2023-08-16 10:06:40 -07:00
zulip.css navbar: Correct for alpha background on unread dot's border. 2023-10-30 11:25:12 -07:00