Skip to content

Commit fa648c5

Browse files
megaxkhurshid-alam
authored andcommitted
Add conflict-row styling for nautilus. Fixes #576
1 parent 49943fb commit fa648c5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/gtk-3.20/scss/apps/_nautilus.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,19 @@
7474
border-color: shade($disk_space_free, .9);
7575
}
7676
}
77+
78+
// Batch renaming dialog
79+
.conflict-row.activatable {
80+
&, &:active {
81+
color: $error_fg_color;
82+
background-color: $error_color;
83+
}
84+
85+
&:hover { background-color: shade($error_color, 1.1); }
86+
87+
&:selected {
88+
color: $selected_fg_color;
89+
background-color: $selected_bg_color;
90+
}
91+
}
7792
}

0 commit comments

Comments
 (0)