Skip to content

Commit 4289b97

Browse files
committed
[Gtk-3.18] Fix white border on tilix. Fixes #655
1 parent 582f09f commit 4289b97

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/gtk-3.0/scss/_widgets.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@
3535
@import "apps/unity";
3636
@import "apps/lightdm";
3737
@import "apps/gnome-terminal";
38+
@import "apps/gnome-applications";
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/****************
2+
! Tilix *
3+
*****************/
4+
5+
@include exports("tilix") {
6+
.terminal-titlebar {
7+
border-color: $titlebar_bg_color;
8+
}
9+

0 commit comments

Comments
 (0)