Fix title-bar padding in gnome-builder. Fixes #605

This commit is contained in:
Csaba Jakosa
2016-10-21 01:19:56 +05:30
committed by Khurshid Alam
parent 690532bd4e
commit f14b4d439e
@@ -11,3 +11,21 @@
&.progress-fast { color: shade($selected_bg_color, .7); } &.progress-fast { color: shade($selected_bg_color, .7); }
} }
} }
/*****************
! Gnome Builder *
******************/
@include exports("gnome-builder") {
workbench.csd > stack.titlebar:not(headerbar) {
padding: 0;
background: none;
border: 0;
box-shadow: none;
headerbar {
&, &:first-child, &:last-child { border-radius: $roundness $roundness 0 0; }
}
}
}