Add the proper padding-top for button's active states in small screens. Fixes #26346
Built from https://develop.svn.wordpress.org/trunk@26497 git-svn-id: http://core.svn.wordpress.org/trunk@26391 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5e9796a2fa
commit
8aadb3f31e
|
@ -290,6 +290,11 @@ TABLE OF CONTENTS:
|
|||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
/* this creates an inset effect on the text */
|
||||
.wp-core-ui .button:active {
|
||||
padding-top: 11px;
|
||||
}
|
||||
|
||||
#media-upload.wp-core-ui .button {
|
||||
padding: 0 10px 1px;
|
||||
height: 24px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -290,6 +290,11 @@ TABLE OF CONTENTS:
|
|||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
/* this creates an inset effect on the text */
|
||||
.wp-core-ui .button:active {
|
||||
padding-top: 11px;
|
||||
}
|
||||
|
||||
#media-upload.wp-core-ui .button {
|
||||
padding: 0 10px 1px;
|
||||
height: 24px;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue