Remove unused .toggle-arrow styling, props SergeyBiryukov, see #19042
git-svn-id: https://develop.svn.wordpress.org/trunk@19148 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c1ec42bbff
commit
beec8f9532
File diff suppressed because one or more lines are too long
@ -1831,10 +1831,6 @@ body.press-this ul.category-tabs li.tabs a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.toggle-arrow {
|
||||
background: transparent url(../images/arrows-vs.png) no-repeat right 3px;
|
||||
}
|
||||
|
||||
.view-switch #view-switch-list {
|
||||
background: transparent url(../images/list.png) no-repeat 0 0;
|
||||
}
|
||||
@ -2180,10 +2176,6 @@ div.widgets-sortables,
|
||||
border-left-color: #d1e5ee;
|
||||
}
|
||||
|
||||
.toggle-arrow {
|
||||
background: transparent url(../images/arrows-vs.png) no-repeat left 3px;
|
||||
}
|
||||
|
||||
.rtl .sidebar-name-arrow {
|
||||
background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -1898,10 +1898,6 @@ div.widgets-sortables,
|
||||
border-left-color: #eee;
|
||||
}
|
||||
|
||||
.toggle-arrow {
|
||||
background: transparent url(../images/arrows.png) no-repeat left 3px;
|
||||
}
|
||||
|
||||
.rtl .sidebar-name-arrow {
|
||||
background: transparent url(../images/arrows.png) no-repeat 5px 9px;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -1545,7 +1545,7 @@ RTL
|
||||
}
|
||||
|
||||
.rtl #wp-link .toggle-arrow {
|
||||
background-position: bottom right;
|
||||
background-position: top right;
|
||||
}
|
||||
|
||||
.rtl #wp-link .toggle-arrow-active {
|
||||
|
Loading…
Reference in New Issue
Block a user