diff options
4 files changed, 0 insertions, 4 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 9daa34d1..9612e1f6 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2969,7 +2969,6 @@ menu > menuitem, .menu > menuitem { min-height: 18px; background-color: transparent; - transition: all 150ms ease-out; padding: 6px 5px; text-shadow: none; color: @menu_fg_color; diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 2806ff6a..ca95b1b1 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -382,7 +382,6 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */ /* set normal menubar menuitem */ .mate-panel-menu-bar menubar menu menuitem { - transition: all 150ms ease-out; padding: 6px; font-weight: normal; } diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index add628d9..6da642fd 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -2970,7 +2970,6 @@ menu menuitem, .menu menuitem { min-height: 18px; background-color: transparent; - transition: all 150ms ease-out; padding: 6px 5px; text-shadow: none; color: @menu_fg_color; diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index f9b2e977..39176062 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -382,7 +382,6 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */ /* set normal menubar menuitem */ .mate-panel-menu-bar menubar menu menuitem { - transition: all 150ms ease-out; padding: 6px; font-weight: normal; } |