damn you nemo 😒

This commit is contained in:
Dustin Falgout
2016-04-13 03:19:11 -05:00
parent 8b14dacf7b
commit a1be438bfc
+5
View File
@@ -100,6 +100,11 @@
&, & .view {
background-color: mix($bg_color, $base_color, .5);
}
.view:selected {
&:focus, & {
@extend %selected_items;
}
}
}
}