Remove unused .toggle-arrow styling, props SergeyBiryukov, see #19042
git-svn-id: http://svn.automattic.com/wordpress/trunk@19148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b9d481d371
commit
9e6883bb8f
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