From 4efa774cd3f0c1fda7a2167d136df93a5e79b879 Mon Sep 17 00:00:00 2001 From: Bruno Alves de Faria Date: Fri, 29 Sep 2017 13:16:53 -0300 Subject: [PATCH] Add transition to notification's close button background color --- .../components/bootstrap/notification/notificationArea.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Packages/ohif-core/client/components/bootstrap/notification/notificationArea.styl b/Packages/ohif-core/client/components/bootstrap/notification/notificationArea.styl index 31bc99571..1efd61b64 100644 --- a/Packages/ohif-core/client/components/bootstrap/notification/notificationArea.styl +++ b/Packages/ohif-core/client/components/bootstrap/notification/notificationArea.styl @@ -37,6 +37,7 @@ position: absolute right: 0 top: 0 + transition(background-color 0.3s ease) width: 40px i @@ -52,7 +53,7 @@ width: 100% &:hover - background: rgba(0, 0, 0, 0.1) + background-color: rgba(0, 0, 0, 0.1) i transform(translateY(-50%) rotate(180deg))