Skip to content

Commit

Permalink
fix: simple import button disabled style workaround added for current…
Browse files Browse the repository at this point in the history
… gutenberg
  • Loading branch information
lgersman committed Sep 28, 2022
1 parent 03f0ef8 commit 6b5c685
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/cm4all-wp-impex/src/wp.impex.dashboard.scss
Expand Up @@ -52,6 +52,12 @@ button > svg {
}
}
}

// workaround : destructive:disabled css rule does not exist in current gutenberg
.components-button.is-primary.is-destructive:disabled {
color: #fff6;
pointer-events: none;
}
}

/// background-color: rgb(240, 240, 241);
Expand Down

0 comments on commit 6b5c685

Please sign in to comment.