Skip to content

Commit

Permalink
reenable old xfce styles in 3.20 until we can rewrite them.
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Sep 21, 2016
1 parent 679bb1d commit 3dc0bbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/gtk-3.20/scss/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
@import "apps/nemo";
@import "apps/panel";
@import "apps/synaptic";
//@import "apps/xfce";
@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";
5 changes: 2 additions & 3 deletions src/gtk-3.20/scss/apps/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
****************/

@include exports("xfce") {
/*XfceHeading {
.XfceHeading {
margin: 0;
padding: 0;
border: 0;
Expand All @@ -20,6 +20,5 @@
font: inherit;

button { @extend %panelbutton; }
}*/

}

This comment has been minimized.

Copy link
@megax

megax Sep 21, 2016

Contributor
}

0 comments on commit 3dc0bbe

Please sign in to comment.