mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
After [36171] remove all the occurrences of the old CSS clearfix.
The old clearfix was applied to very specific items and defined multiple times across CSS files. Uses the new generic `.wp-clearfix` utility class instead. See #26396. git-svn-id: https://develop.svn.wordpress.org/trunk@36422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -974,14 +974,6 @@ tr.inline-edit-row td,
|
||||
line-height: 2.5;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset .inline-edit-group:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.inline-edit-row p.submit {
|
||||
clear: both;
|
||||
padding: 0.5em;
|
||||
|
||||
@@ -747,23 +747,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
margin-left: -4px;
|
||||
}
|
||||
|
||||
/* Clearfix */
|
||||
#menu-item-name-wrap:after,
|
||||
#menu-item-url-wrap:after,
|
||||
#menu-name-label:after,
|
||||
#menu-settings-column .inside:after,
|
||||
#nav-menus-frame:after,
|
||||
.nav-menus-php #post-body-content:after,
|
||||
.nav-menus-php .button-controls:after,
|
||||
.nav-menus-php .major-publishing-actions:after,
|
||||
.nav-menus-php .menu-item-settings:after {
|
||||
clear: both;
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#nav-menus-frame,
|
||||
.button-controls,
|
||||
#menu-item-url-wrap,
|
||||
|
||||
@@ -524,14 +524,6 @@
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-wrap:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
body.folded .theme-overlay .theme-wrap {
|
||||
left: 70px;
|
||||
}
|
||||
@@ -545,13 +537,6 @@ body.folded .theme-overlay .theme-wrap {
|
||||
overflow: auto;
|
||||
padding: 2% 4%;
|
||||
}
|
||||
.theme-overlay .theme-about:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-actions {
|
||||
position: absolute;
|
||||
|
||||
@@ -230,14 +230,6 @@ div#widgets-left .inactive-sidebar .widgets-sortables {
|
||||
|
||||
/* Widgets Right */
|
||||
|
||||
div#widgets-right:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
div#widgets-right .sidebars-column-1,
|
||||
div#widgets-right .sidebars-column-2 {
|
||||
max-width: 450px;
|
||||
|
||||
Reference in New Issue
Block a user