damn you nemo 😒
parent
8b14dacf7b
commit
a1be438bfc
|
@ -100,6 +100,11 @@
|
||||||
&, & .view {
|
&, & .view {
|
||||||
background-color: mix($bg_color, $base_color, .5);
|
background-color: mix($bg_color, $base_color, .5);
|
||||||
}
|
}
|
||||||
|
.view:selected {
|
||||||
|
&:focus, & {
|
||||||
|
@extend %selected_items;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue