Skip to content

Commit

Permalink
Fix disabled buttons for distributed posts
Browse files Browse the repository at this point in the history
  • Loading branch information
phpbits committed Jul 24, 2024
1 parent 3a45cb9 commit 5315ab0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/gutenberg-syndicated-post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ body.dt-linked-post {

.edit-post-welcome-guide,
.edit-post-header__settings,
.editor-header__settings,
.components-time-picker,
.editor-post-status,
.react-datepicker,
.components-panel__header {

Expand All @@ -52,6 +54,7 @@ body.dt-linked-post {
.editor-post-publish-button,
.edit-post-post-schedule__toggle,
.components-menu-item__button,
.editor-all-actions-button,
.editor-post-publish-panel button {
opacity: 1;
pointer-events: auto;
Expand Down

0 comments on commit 5315ab0

Please sign in to comment.