mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Privacy: Ensure the copy button actually copies the suggested privacy policy text.
Follow up to [50609]. Props walbo, SergeyBiryukov. Fixes #53652. See #52891. git-svn-id: https://develop.svn.wordpress.org/trunk@51431 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4eb17be18c
commit
9f760e96b4
@ -975,6 +975,10 @@ form#tags-filter {
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
|
||||
.privacy-text-copy span {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.privacy-settings-accordion-panel .wp-suggested-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p),
|
||||
.privacy-settings-accordion-panel .wp-suggested-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p),
|
||||
.privacy-settings-accordion-panel > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user