We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49943fb commit fa648c5Copy full SHA for fa648c5
1 file changed
src/gtk-3.20/scss/apps/_nautilus.scss
@@ -74,4 +74,19 @@
74
border-color: shade($disk_space_free, .9);
75
}
76
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
92
0 commit comments