* Fixed nemo desktop 1px border bug. (#376)

This commit is contained in:
Csaba Jakosa
2016-04-22 21:10:37 -05:00
committed by Dustin Falgout
parent 2ca793aeff
commit 4503fc8fe1
-10
View File
@@ -108,16 +108,6 @@
border: 0;
}
paned {
border-width: 0 1px 0 0;
border-style: solid;
&, &:hover {
border-color: shade($bg_color, ($contrast + .1));
background-color: $bg_color;
}
}
notebook {
border-width: 0;