From 5717ac7b29032a62928b49872df86cbb4aa7e6f2 Mon Sep 17 00:00:00 2001
From: Megax <megax@yeahunter.hu>
Date: Fri, 22 Apr 2016 15:37:02 +0200
Subject: [PATCH] * Removed old actionbar code. Fixed double border bug.

---
 gtk-3.20/scss/widgets/_actionbar.scss | 32 +++------------------------
 1 file changed, 3 insertions(+), 29 deletions(-)

diff --git a/gtk-3.20/scss/widgets/_actionbar.scss b/gtk-3.20/scss/widgets/_actionbar.scss
index 1e27f91..cd48e57 100644
--- a/gtk-3.20/scss/widgets/_actionbar.scss
+++ b/gtk-3.20/scss/widgets/_actionbar.scss
@@ -6,37 +6,11 @@
 ***************/
 
 @include exports("actionbar") {
-    actionbar {
-        @include linear-gradient($bg_color);
-
+    actionbar > revealer > box {
         padding: $spacing;
-        border-width: 1px 0 0;
-        border-style: solid;
-        border-color: border_normal($bg_color);
-        color: $fg_color;
+        border-top: 1px solid $borders_color;
 
-        .button {
-            &.text-button { padding: $spacing - 1px; }
-
-            &.image-button { padding: $spacing + 1px; }
-        }
-
-        .title {
-            font: bold;
-            padding: 0 ($spacing * 2);
-        }
-
-        .subtitle {
-            font: smaller;
-            padding: 0 ($spacing * 2);
-        }
-
-        > revealer >  box {
-            padding: 6px;
-            border-top: 1px solid $borders_color;
-
-            &:backdrop { border-color: $backdrop_borders_color; }
-        }
+        &:backdrop { border-color: $backdrop_borders_color; }
     }
 }