Customize: Restore right border on footer actions.
Fixes regression introduced in [40511]. Merges [40896] onto 4.8 branch. Props timmydcrawford. See #32296. Fixes #40978 for 4.8.1. Built from https://develop.svn.wordpress.org/branches/4.8@41055 git-svn-id: http://core.svn.wordpress.org/branches/4.8@40905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2c82efe8ca
commit
dbdd48e05e
|
@ -1644,6 +1644,8 @@ body.full-overlay-active {
|
|||
min-width: 299px;
|
||||
max-width: 599px;
|
||||
width: 18%;
|
||||
width: -webkit-calc( 18% - 1px );
|
||||
width: calc( 18% - 1px );
|
||||
height: 45px;
|
||||
border-top: 1px solid #ddd;
|
||||
background: #eee;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1644,6 +1644,8 @@ body.full-overlay-active {
|
|||
min-width: 299px;
|
||||
max-width: 599px;
|
||||
width: 18%;
|
||||
width: -webkit-calc( 18% - 1px );
|
||||
width: calc( 18% - 1px );
|
||||
height: 45px;
|
||||
border-top: 1px solid #ddd;
|
||||
background: #eee;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue