Embeds: Remove empty CSS blocks from wp-embed-template.css.

Originally added in [34903], these empty CSS blocks serve no purpose.

Props ravipatel, sabernhardt.
Fixes #61085.

git-svn-id: https://develop.svn.wordpress.org/trunk@58063 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler 2024-04-30 08:42:10 +00:00
parent 2f0d2dec4c
commit c2a00e1669

View File

@ -320,7 +320,6 @@ textarea.wp-embed-share-input {
html[dir="rtl"] .wp-embed-featured-image.square {
float: right;
margin-right: 0;
margin-left: 20px;
}
@ -340,9 +339,6 @@ html[dir="rtl"] .wp-embed-meta {
text-align: left;
}
html[dir="rtl"] .wp-embed-footer {
}
html[dir="rtl"] .wp-embed-share {
margin-left: 0;
margin-right: 10px;