Skip to content
This repository was archived by the owner on Nov 6, 2022. It is now read-only.

Commit a17c407

Browse files
committed
Hide the order arrows, as they don't work in our context
They can cause the main block config editor to be in the side, where there isn't enough room.
1 parent 58fc6db commit a17c407

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/admin.block-post.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
padding: 6px 10px;
3131
margin-bottom: 6px;
3232
}
33+
.handle-order-higher,
34+
.handle-order-lower {
35+
display: none
36+
}
3337
#block_fields a,
3438
#block_fields a:focus {
3539
outline: none;

0 commit comments

Comments
 (0)