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

pull/611/head
Csaba Jakosa 2016-10-20 21:49:56 +02:00 committed by Khurshid Alam
parent 690532bd4e
commit f14b4d439e
1 changed files with 18 additions and 0 deletions

View File

@ -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; }
}
}
}