From ac41e97e34006e366b488b72ee0772fbcec52299 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Mon, 5 May 2025 15:59:43 -0500 Subject: [PATCH] Add transition --- app/assets/stylesheets/notifications.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/notifications.css b/app/assets/stylesheets/notifications.css index 1cd3a83fc..6ffdcd598 100644 --- a/app/assets/stylesheets/notifications.css +++ b/app/assets/stylesheets/notifications.css @@ -71,6 +71,11 @@ inset: 0 0 auto auto; position: absolute; + &:before, + .icon { + transition: opacity 150ms ease; + } + /* The red dot */ &:before { aspect-ratio: 1;