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

Commit e937710

Browse files
authored
Merge pull request #684 from getblocklab/fix/remove-order-arrows
Hide the meta box arrows, as they don't work in Edit Block
2 parents 58fc6db + 25b60b4 commit e937710

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: css/admin.block-post.css

+4
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)