From d8d5bfb6feb835e9c7cd0a43357a449e18865ef0 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Mon, 22 Apr 2024 12:46:16 +0300 Subject: [PATCH] Add transition effect to datemenu.css and update comment in popovers.css --- theme/gnome-shell_css/datemenu.css | 1 + theme/gnome-shell_css/popovers.css | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/gnome-shell_css/datemenu.css b/theme/gnome-shell_css/datemenu.css index 963b9b2..da84fb6 100644 --- a/theme/gnome-shell_css/datemenu.css +++ b/theme/gnome-shell_css/datemenu.css @@ -173,6 +173,7 @@ color: TEXT-SECONDARY-COLOR; border-radius: 14px; box-shadow: inset 0 0 0 1px BORDER-SHADOW; + transition-duration: 125ms; } .events-button:hover, diff --git a/theme/gnome-shell_css/popovers.css b/theme/gnome-shell_css/popovers.css index d889b3d..a835a96 100644 --- a/theme/gnome-shell_css/popovers.css +++ b/theme/gnome-shell_css/popovers.css @@ -1,7 +1,7 @@ /* Popovers */ .popup-menu-content, /* popover content */ -.candidate-popup-content { /* IBus Candidate Popup (i dunno how to call it) */ +.candidate-popup-content { /* datemenu, quick settings... */ color: TEXT-PRIMARY-COLOR; background: BACKGROUND-COLOR; padding: 8px; @@ -57,7 +57,6 @@ color: TEXT-PRIMARY-COLOR; box-shadow: inset 0 0 0 1px BORDER-SHADOW; border-radius: 0 0 12px 12px; - margin: 0 0 2px 0; } /* submenu items */