mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 01:32:25 +01:00
Fix .sort-handle
cursor
This commit is contained in:
parent
d0dbf35e9c
commit
cb77214584
@ -2486,12 +2486,13 @@ span.CodeMirror-selectedtext {
|
||||
.sort-handle {
|
||||
margin-right: 0.25rem;
|
||||
margin-bottom: 0;
|
||||
width: 0.75rem; }
|
||||
width: 0.75rem;
|
||||
cursor: grab; }
|
||||
|
||||
.sort-handle::before {
|
||||
color: #979797;
|
||||
font-size: 0.75rem;
|
||||
cursor: grab;
|
||||
cursor: inherit;
|
||||
font-family: Icons, sans-serif; }
|
||||
|
||||
.pages-list {
|
||||
|
2
admin/assets/css/admin.min.css
vendored
2
admin/assets/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -214,11 +214,12 @@
|
||||
margin-right: $sort-handle-margin-right;
|
||||
margin-bottom: 0;
|
||||
width: $sort-handle-width;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
.sort-handle::before {
|
||||
color: $color-gray-dark;
|
||||
font-size: $font-size-xs;
|
||||
cursor: grab;
|
||||
cursor: inherit;
|
||||
@include icon(bars);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user