Remove the box-shadow from the separator in the right sidebar of the media modal.
Props avryl. Fixes #27217. Built from https://develop.svn.wordpress.org/trunk@27448 git-svn-id: http://core.svn.wordpress.org/trunk@27294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6f1668c43d
commit
d3d1014d33
|
@ -516,7 +516,7 @@
|
|||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 199px;
|
||||
width: 200px;
|
||||
z-index: 150;
|
||||
}
|
||||
|
||||
|
@ -1329,9 +1329,7 @@
|
|||
margin-bottom: 16px;
|
||||
line-height: 18px;
|
||||
color: #666;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
-webkit-box-shadow: 0 1px 0 #fff;
|
||||
box-shadow: 0 1px 0 #fff;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-bottom: 11px;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -516,7 +516,7 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 199px;
|
||||
width: 200px;
|
||||
z-index: 150;
|
||||
}
|
||||
|
||||
|
@ -1329,9 +1329,7 @@
|
|||
margin-bottom: 16px;
|
||||
line-height: 18px;
|
||||
color: #666;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
-webkit-box-shadow: 0 1px 0 #fff;
|
||||
box-shadow: 0 1px 0 #fff;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-bottom: 11px;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue