diff --git a/src/styles.scss b/src/styles.scss index aac8fbc..3041394 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -149,3 +149,10 @@ html[data-theme="light"] { } } } + +// The Select all X entries button +// It can lead to accidental deletions. Bring it back when +// https://github.com/payloadcms/payload/issues/6326 is fixed. +button.list-selection__button { + display: none; +}