Move SortOption to talk-plugin-viewing-options

This commit is contained in:
Chi Vinh Le
2018-03-09 19:52:35 +01:00
parent 4eb2d83c04
commit c22de3832c
10 changed files with 18 additions and 15 deletions
@@ -0,0 +1,16 @@
.label {
display: block;
cursor: pointer;
width: 100%;
padding: 6px 16px 6px 10px;
box-sizing: border-box;
&:hover {
background-color: rgba(0, 0, 0, 0.05);
}
}
.input {
cursor: pointer;
margin-right: 6px;
}