From d5cb78d07fa660d9341a71fb5644379e343ec067 Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Sat, 6 Jan 2024 14:56:57 +0400 Subject: [PATCH] =?UTF-8?q?=D0=95=D1=89=D0=B5=20=D0=BD=D0=B5=D0=BC=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chatrow/chatrow.css | 3 +++ src/components/headerusermenu/headerusermenu.css | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/chatrow/chatrow.css b/src/components/chatrow/chatrow.css index e69de29..5480bc2 100644 --- a/src/components/chatrow/chatrow.css +++ b/src/components/chatrow/chatrow.css @@ -0,0 +1,3 @@ +.user-message-trucated-text { + width: 70%; +} \ No newline at end of file diff --git a/src/components/headerusermenu/headerusermenu.css b/src/components/headerusermenu/headerusermenu.css index 7e9f01f..eb9ae78 100644 --- a/src/components/headerusermenu/headerusermenu.css +++ b/src/components/headerusermenu/headerusermenu.css @@ -1,6 +1,8 @@ .headerusermenu__dropdown * { --bs-dropdown-bg: var(--dark-background-color); z-index: 1000; + --bs-dropdown-link-active-bg: var(--light-background-color); + --bs-dropdown-link-active-color: var(--light-font-color); } .headerusermenu__dropdown .dropdown-toggle { @@ -9,7 +11,7 @@ --bs-btn-hover-border-color: var(--light-background-color); --bs-btn-hover-bg: var(--dark-background-color); --bs-btn-active-bg: var(--bs-btn-hover-bg); - --bs-btn-active-border-color: var(--light-background-colorr); + --bs-btn-active-border-color: var(--light-background-color); z-index: 1000; } @@ -26,4 +28,8 @@ --bs-btn-active-bg: var(--bs-btn-hover-bg); --bs-btn-active-border-color: var(--alternative-font-color); } + + .headerusermenu__dropdownitem:active svg { + fill: white; + } } \ No newline at end of file