[gnome-software] Remove destructive-action style from app-specific css
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Remove destructive-action style from app-specific css
- Date: Tue, 20 Aug 2013 22:52:12 +0000 (UTC)
commit 522ebb22038c7a9d275ee9d0d3f0cc2016c668ac
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Aug 20 18:51:19 2013 -0400
Remove destructive-action style from app-specific css
This has been added to the Adwaita css in 3.9.90.
src/gtk-style.css | 55 -----------------------------------------------------
1 files changed, 0 insertions(+), 55 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index bd27ecd..d2ffe1d 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -42,58 +42,3 @@ GtkNotebook.main-notebook-software > GtkScrolledWindow {
border-left-width: 0px;
border-right-width: 0px;
}
-
- define-color destructive_action_button_a #e03d3d;
- define-color destructive_action_button_b #ef2929;
- define-color destructive_action_button_border #9d4242;
- define-color destructive_action_button_fg @theme_base_color;
- define-color destructive_action_button_shadow shade(@destructive_action_button_border, 1.15);
-
-.destructive-action.button {
- background-image: linear-gradient(to bottom,
- @destructive_action_button_a,
- @destructive_action_button_b);
- border-image: none;
- border-color: @destructive_action_button_border;
- border-width: 1px;
-
- color: @destructive_action_button_fg;
-}
-
-.destructive-action.button:hover {
- background-image: linear-gradient(to bottom,
- shade(@destructive_action_button_a, 1.10),
- shade(@destructive_action_button_b, 1.05));
-}
-
-.destructive-action.button:active,
-.destructive-action.button:hover:active {
- background-image: linear-gradient(to bottom,
- @destructive_action_button_b,
- @destructive_action_button_a);
-
- color: @destructive_action_button_fg;
-}
-
-.destructive-action.button:backdrop {
- background-image: none;
- border-image: none;
- border-color: @unfocused_borders;
-}
-
-.destructive-action.button {
- text-shadow: 0 1px @destructive_action_button_shadow;
- icon-shadow: 0 1px @destructive_action_button_shadow;
-}
-
-.destructive-action.button:active,
-.destructive-action.button:hover:active {
- text-shadow: 0 1px shade(@destructive_action_button_shadow, 1.15);
- icon-shadow: 0 1px shade(@destructive_action_button_shadow, 1.15);
-}
-
-.destructive-action.button:backdrop {
- text-shadow: none;
- icon-shadow: none;
-}
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]