list-style: none;
padding: 0;
margin: 0;
- max-height: 250px;
+ max-height: 280px;
overflow-y: scroll;
border: 1px solid;
@include lightDark(border-color, #DDD, #000);
color: #AAA;
cursor: grab;
}
+ button {
+ opacity: .6;
+ }
.handle svg {
margin: 0;
}
&:hover .handle {
@include lightDark(color, #444, #FFF);
}
+ &:hover button {
+ opacity: 1;
+ }
a:hover {
text-decoration: none;
}
input.scroll-box-search, .scroll-box-header-item {
font-size: 0.8rem;
- padding: $-xs $-m;
border: 1px solid;
@include lightDark(border-color, #DDD, #000);
@include lightDark(background-color, #FFF, #222);
.scroll-box[refs="shelf-sort@shelf-book-list"] [data-action="add"] {
display: none;
}
-.scroll-box[refs="shelf-sort@all-book-list"] [data-action="remove"] {
+.scroll-box[refs="shelf-sort@all-book-list"] [data-action="remove"],
+.scroll-box[refs="shelf-sort@all-book-list"] [data-action="move_up"],
+.scroll-box[refs="shelf-sort@all-book-list"] [data-action="move_down"],
+{
display: none;
}
\ No newline at end of file