Revert [26618], no longer needed after reverting [26593], also fails to remove a border-top from .widget-inside when the widget is in a sidebar. See #26391.
Built from https://develop.svn.wordpress.org/trunk@26621 git-svn-id: http://core.svn.wordpress.org/trunk@26511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
014d84cd1a
commit
414a0f0693
|
@ -10813,7 +10813,7 @@ input.newtag:focus ~ div.taghint {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
.widget-inside {
|
||||
.widgets-holder-wrap .widget-inside {
|
||||
border-top: none;
|
||||
padding: 1px 15px 15px 15px;
|
||||
line-height: 16px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10813,7 +10813,7 @@ input.newtag:focus ~ div.taghint {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
.widget-inside {
|
||||
.widgets-holder-wrap .widget-inside {
|
||||
border-top: none;
|
||||
padding: 1px 15px 15px 15px;
|
||||
line-height: 16px;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue