We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deed3fb commit 82568c7Copy full SHA for 82568c7
1 file changed
src/gtk-3.20/scss/apps/_gnome-terminal.scss
@@ -1,3 +1,5 @@
1
+@import "widgets/button";
2
+
3
/**********************
4
! Genome Terminal *
5
***********************/
@@ -35,3 +37,16 @@
35
37
}
36
38
39
40
41
42
+/**********************
43
+ ! Tilix *
44
+***********************/
45
46
+@include exports("tilix") {
47
+ .terminal-titlebar:active {
48
+ border-width: 0 0 2px 0;
49
+ border-style: solid;
50
+ border-color: #d64937;
51
+ }
52
+}
0 commit comments