Remove border from selections

This commit is contained in:
Satyajit Sahoo
2014-11-14 22:08:08 +05:30
parent 608c5be890
commit e87a3b6f41
3 changed files with 14 additions and 16 deletions
+2 -6
View File
@@ -16,9 +16,7 @@ row {
-GtkWidget-focus-padding: 1;
-GtkWidget-focus-line-width: 0;
border-width: 1px 0;
border-style: solid;
border-color: border_normal($selected_bg_color);
border: none;
background-color: $selected_bg_color;
background-image: none;
color: $selected_fg_color;
@@ -79,9 +77,7 @@ GtkIconView {
&.view.cell {
&:selected, &:selected:focus {
border-width: 1px;
border-style: solid;
border-color: border_normal($selected_bg_color);
border: none;
border-radius: 2px;
background-color: $selected_bg_color;
background-image: none;