Skip to content

Commit 148a5f0

Browse files
Mark BrandMark Brand
Mark Brand
authored and
Mark Brand
committed
fixed toolbar spacer and tree view border
1 parent 4d2e946 commit 148a5f0

File tree

1 file changed

+56
-2
lines changed

1 file changed

+56
-2
lines changed

styles/packages.less

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,39 @@ autocomplete-suggestion-list.select-list.popover-list .suggestion-description-co
1212
color: @text-color;
1313
}
1414

15+
// terminal-plus ---------------------------------------------------------------
16+
.terminal-plus {
17+
&.terminal-view {
18+
.btn-toolbar {
19+
padding-bottom: @component-padding;
20+
.btn {
21+
.button(@button-border-color);
22+
23+
margin: 0 1px;
24+
25+
&.left {
26+
margin-left: @component-padding/2;
27+
}
28+
&.right:last-child {
29+
margin-right: @component-padding/2;
30+
}
31+
.icon:before{
32+
width: initial;
33+
}
34+
}
35+
}
36+
}
37+
38+
&.status-bar .icon-x {
39+
color: @text-color;
40+
}
41+
42+
.xterm {
43+
margin-left: -10px;
44+
margin-right: -10px;
45+
}
46+
}
47+
1548
// script ----------------------------------------------------------------------
1649
.script-view {
1750
pre {
@@ -25,6 +58,7 @@ autocomplete-suggestion-list.select-list.popover-list .suggestion-description-co
2558
animation: none !important;
2659

2760
.title {
61+
//my git-diff addition
2862
background: transparent !important;
2963
&.success {
3064
color: @text-color-success;
@@ -37,6 +71,13 @@ autocomplete-suggestion-list.select-list.popover-list .suggestion-description-co
3771
.output {
3872
margin-top: 5px;
3973
margin-bottom: 10px;
74+
padding-left: @component-padding/2;
75+
padding-right: @component-padding/2;
76+
border-radius: 0;
77+
78+
.terminal {
79+
font-weight: normal;
80+
}
4081
}
4182

4283
.control-container {
@@ -50,7 +91,10 @@ autocomplete-suggestion-list.select-list.popover-list .suggestion-description-co
5091
.button-variant(@text-color-info);
5192
}
5293
&.icon-trashcan {
53-
.button-variant(@text-color-error);
94+
.button-variant(@text-color-warning);
95+
}
96+
&.icon-x {
97+
.button(@button-border-color);
5498
}
5599
}
56100
}
@@ -131,6 +175,7 @@ linter-panel:empty {
131175
.tool-bar-spacer {
132176
border-left-color: transparent !important;
133177
border-top-color: transparent !important;
178+
-webkit-mask-image: none !important;
134179
}
135180

136181
.tool-bar.tool-bar-vertical .tool-bar-spacer {
@@ -489,7 +534,7 @@ atom-text-editor::shadow .gutter .line-number.atom-jshint-error,
489534

490535
// tree-view-open-files --------------------------------------------------------
491536
.tree-view-open-files {
492-
border-bottom: 1px solid @base-border-color;
537+
border-bottom: 0;
493538
& > .list-tree {
494539
padding-left: 10px;
495540
padding-bottom: 0 !important;
@@ -551,3 +596,12 @@ atom-text-editor::shadow .gutter .line-number.atom-jshint-error,
551596
}
552597
}
553598
}
599+
600+
// atom-elixir -----------------------------------------------------------------
601+
.elixir-quoted-view {
602+
background-color: @base-background-color;
603+
604+
atom-text-editor[mini], atom-text-editor[mini]::shadow {
605+
height: auto;
606+
}
607+
}

0 commit comments

Comments
 (0)