mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
6 lines
135 B
CSS
6 lines
135 B
CSS
|
.wp-block-post-comments-form *{
|
||
|
pointer-events:none;
|
||
|
}
|
||
|
.wp-block-post-comments-form .block-editor-warning *{
|
||
|
pointer-events:auto;
|
||
|
}
|