Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Removed white line on left nautilus-desktop border, fixes #415 and #318 #434

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Paper/gtk-3.16/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3418,8 +3418,7 @@ GtkAssistant {
* Paned *
*********/
.paned {
border: solid #373e41;
border-left-width: 1px; }
border: solid #373e41; }
.paned > .separator {
-gtk-icon-source: none;
border-style: none;
Expand Down
3 changes: 1 addition & 2 deletions Paper/gtk-3.16/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -3427,8 +3427,7 @@ GtkAssistant {
* Paned *
*********/
.paned {
border: solid #d1d1d1;
border-left-width: 1px; }
border: solid #d1d1d1; }
.paned > .separator {
-gtk-icon-source: none;
border-style: none;
Expand Down
3 changes: 1 addition & 2 deletions Paper/gtk-3.16/widgets/_paned.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
}

border: solid $borders_color;
border-left-width: 1px;

&.horizontal > .separator {
background-repeat: repeat-y;
Expand Down Expand Up @@ -53,4 +52,4 @@
background-position: bottom, top;
}
}
}
}
3 changes: 1 addition & 2 deletions Paper/gtk-3.18/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3304,8 +3304,7 @@ GtkAssistant {
* Paned *
*********/
.paned {
border: solid #222c31;
border-left-width: 1px; }
border: solid #222c31; }
.paned > .separator {
-gtk-icon-source: none;
border-style: none;
Expand Down
3 changes: 1 addition & 2 deletions Paper/gtk-3.18/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -3313,8 +3313,7 @@ GtkAssistant {
* Paned *
*********/
.paned {
border: solid #c4c4c4;
border-left-width: 1px; }
border: solid #c4c4c4; }
.paned > .separator {
-gtk-icon-source: none;
border-style: none;
Expand Down
3 changes: 1 addition & 2 deletions Paper/gtk-3.18/widgets/_paned.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
}

border: solid $borders_color;
border-left-width: 1px;

&.horizontal > .separator {
background-repeat: repeat-y;
Expand Down Expand Up @@ -53,4 +52,4 @@
background-position: bottom, top;
}
}
}
}
3 changes: 1 addition & 2 deletions Paper/gtk-3.20/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3921,8 +3921,7 @@ notebook,
*********/
.paned,
paned {
border: solid #222c31;
border-left-width: 1px; }
border: solid #222c31; }
.paned > separator,
paned > separator {
min-width: 1px;
Expand Down
3 changes: 1 addition & 2 deletions Paper/gtk-3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -3930,8 +3930,7 @@ notebook,
*********/
.paned,
paned {
border: solid #c4c4c4;
border-left-width: 1px; }
border: solid #c4c4c4; }
.paned > separator,
paned > separator {
min-width: 1px;
Expand Down
3 changes: 1 addition & 2 deletions Paper/gtk-3.20/widgets/_paned.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ paned {
}

border: solid $borders_color;
border-left-width: 1px;

&.horizontal > separator {
background-repeat: repeat-y;
Expand Down Expand Up @@ -70,4 +69,4 @@ paned {
background-position: bottom, top;
}
}
}
}