From ff9c6ce934db5c34409e3060fbb24d8a2bcab5c4 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:50:12 +0200 Subject: [PATCH] UX: fix border-radius for dropdown in chat msg actions (#25881) --- plugins/chat/assets/stylesheets/common/chat-message-actions.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chat/assets/stylesheets/common/chat-message-actions.scss b/plugins/chat/assets/stylesheets/common/chat-message-actions.scss index 4bfc6d89e87..72030ef9185 100644 --- a/plugins/chat/assets/stylesheets/common/chat-message-actions.scss +++ b/plugins/chat/assets/stylesheets/common/chat-message-actions.scss @@ -80,6 +80,7 @@ padding: 0.5em 0; width: 2.5em; transition: background 0.2s, border-color 0.2s; + border-radius: var(--d-border-radius); border-top-left-radius: 0px; border-bottom-left-radius: 0px;