Themes: For small screen sizes, still allow access to the Customize button (Don't hide the theme actions). See #25948
Built from https://develop.svn.wordpress.org/trunk@26496 git-svn-id: http://core.svn.wordpress.org/trunk@26390 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f809af5bd0
commit
5e9796a2fa
|
@ -7085,7 +7085,6 @@ body.theme-overlay-open {
|
|||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
text-align: right;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
@ -7108,10 +7107,6 @@ body.theme-overlay-open {
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
.theme-browser .theme:hover .theme-actions {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.theme-browser .theme:nth-child(2n),
|
||||
.theme-browser .theme:nth-child(3n) {
|
||||
margin-left: 0;
|
||||
|
@ -7122,10 +7117,6 @@ body.theme-overlay-open {
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
.theme-overlay.active .theme-actions .active-theme .button:nth-child(3n) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.theme.active .theme-actions .button {
|
||||
margin-top: 6px;
|
||||
margin-left: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7085,7 +7085,6 @@ body.theme-overlay-open {
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
text-align: left;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
@ -7108,10 +7107,6 @@ body.theme-overlay-open {
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
.theme-browser .theme:hover .theme-actions {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.theme-browser .theme:nth-child(2n),
|
||||
.theme-browser .theme:nth-child(3n) {
|
||||
margin-right: 0;
|
||||
|
@ -7122,10 +7117,6 @@ body.theme-overlay-open {
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
.theme-overlay.active .theme-actions .active-theme .button:nth-child(3n) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.theme.active .theme-actions .button {
|
||||
margin-top: 6px;
|
||||
margin-right: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue