Media: Remove duplicate CSS from media-views.css.

Remove duplicate CSS from the `media-views.css` file. Follow up to [50829].

Props afercia, joedolson, shailu25.
Fixes #60499.
Built from https://develop.svn.wordpress.org/trunk@58249


git-svn-id: http://core.svn.wordpress.org/trunk@57712 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson 2024-05-30 13:59:09 +00:00
parent e6cfabe956
commit 7e59aaf6a9
5 changed files with 3 additions and 85 deletions

View File

@ -1317,47 +1317,6 @@
outline: 2px dotted #c3c4c7;
}
.load-more-wrapper {
clear: both;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 1em 0;
}
.load-more-wrapper .load-more-count {
min-width: 100%;
margin: 0 0 1em;
text-align: center;
}
.load-more-wrapper .load-more {
margin: 0;
}
/* Needs high specificity. */
.media-frame .load-more-wrapper .load-more + .spinner {
float: none;
margin: 0 10px 0 -30px;
}
/* Reset spinner margin when the button is hidden to avoid horizontal scrollbar. */
.media-frame .load-more-wrapper .load-more.hidden + .spinner {
margin: 0;
}
/* Force a new row within the flex container. */
.load-more-wrapper::after {
content: "";
min-width: 100%;
order: 1;
}
.load-more-wrapper .load-more-jump {
margin: 0 12px 0 0;
}
/**
* Progress Bar
*/

File diff suppressed because one or more lines are too long

View File

@ -1316,47 +1316,6 @@
outline: 2px dotted #c3c4c7;
}
.load-more-wrapper {
clear: both;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 1em 0;
}
.load-more-wrapper .load-more-count {
min-width: 100%;
margin: 0 0 1em;
text-align: center;
}
.load-more-wrapper .load-more {
margin: 0;
}
/* Needs high specificity. */
.media-frame .load-more-wrapper .load-more + .spinner {
float: none;
margin: 0 -30px 0 10px;
}
/* Reset spinner margin when the button is hidden to avoid horizontal scrollbar. */
.media-frame .load-more-wrapper .load-more.hidden + .spinner {
margin: 0;
}
/* Force a new row within the flex container. */
.load-more-wrapper::after {
content: "";
min-width: 100%;
order: 1;
}
.load-more-wrapper .load-more-jump {
margin: 0 0 0 12px;
}
/**
* Progress Bar
*/

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-58248';
$wp_version = '6.6-alpha-58249';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.