damn you nemo 😒

pull/336/head
Dustin Falgout 2016-04-13 03:19:11 -05:00
parent 8b14dacf7b
commit a1be438bfc
1 changed files with 5 additions and 0 deletions

View File

@ -100,6 +100,11 @@
&, & .view {
background-color: mix($bg_color, $base_color, .5);
}
.view:selected {
&:focus, & {
@extend %selected_items;
}
}
}
}