Themes: For small screen sizes, still allow access to the Customize button (Don't hide the theme actions). See #25948

git-svn-id: https://develop.svn.wordpress.org/trunk@26496 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2013-12-01 05:15:19 +00:00
parent 3b850b43f9
commit e8520f1b7c

View File

@ -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;