From 010b6cae6b2c0954677bf3f9cf7b5597b631347f Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 23:14:49 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Improve=20notific?= =?UTF-8?q?ation=20button=20focus=20accessibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: anchapin <6326294+anchapin@users.noreply.github.com> --- .../src/components/NotificationSystem/NotificationSystem.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/NotificationSystem/NotificationSystem.css b/frontend/src/components/NotificationSystem/NotificationSystem.css index 22a33b13..604b8edd 100644 --- a/frontend/src/components/NotificationSystem/NotificationSystem.css +++ b/frontend/src/components/NotificationSystem/NotificationSystem.css @@ -281,8 +281,8 @@ } /* Focus states for accessibility */ -.notification-action-btn:focus, -.notification-close-btn:focus { +.notification-action-btn:focus-visible, +.notification-close-btn:focus-visible { outline: 2px solid #667eea; outline-offset: 2px; } From 7a762301bdf2fd3ac87f48d67e55b84c825803bb Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 23:28:40 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Improve=20notific?= =?UTF-8?q?ation=20button=20focus=20accessibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: anchapin <6326294+anchapin@users.noreply.github.com>