Make sorting more accessible
This commit is contained in:
parent
3ef1b783fb
commit
18a9ede64e
2 changed files with 9 additions and 1 deletions
|
|
@ -319,3 +319,11 @@ details[open] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sortable-chosen {
|
||||||
|
border: solid 3px $secondary;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sortable-ghost {
|
||||||
|
border: solid 3px $primary;
|
||||||
|
}
|
||||||
|
|
@ -31,7 +31,7 @@ h1
|
||||||
- if @current_page && false
|
- if @current_page && false
|
||||||
= turbo_frame_tag(dom_id(@current_page, :notes)) do
|
= turbo_frame_tag(dom_id(@current_page, :notes)) do
|
||||||
= render partial: "pages/notes", locals: { page: @current_page }
|
= render partial: "pages/notes", locals: { page: @current_page }
|
||||||
.col-lg-9.col-md-7.col-sm-12
|
.col-lg-9.col-md-8.col-sm-12
|
||||||
- if @current_page
|
- if @current_page
|
||||||
= render @current_page
|
= render @current_page
|
||||||
- else
|
- else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue