Skip to content

Commit

Permalink
Grunt RTL CSS: swap-dashicons-left-right-arrows in `rtlcss:properti…
Browse files Browse the repository at this point in the history
…es` expects double-quoted `content` strings in CSS. It doesn't swap single-quoted values.

Props Ankit K Gupta, yoavf, netweb.
Fixes #33786.

Built from https://develop.svn.wordpress.org/trunk@34011


git-svn-id: http://core.svn.wordpress.org/trunk@33980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
staylor committed Sep 10, 2015
1 parent 641c075 commit d22fbc7
Show file tree
Hide file tree
Showing 59 changed files with 428 additions and 428 deletions.
30 changes: 15 additions & 15 deletions wp-admin/css/admin-menu-rtl.css
Expand Up @@ -52,56 +52,56 @@
}

.icon16.icon-dashboard:before {
content: '\f226';
content: "\f226";
}

.icon16.icon-post:before {
content: '\f109';
content: "\f109";
}

.icon16.icon-media:before {
content: '\f104';
content: "\f104";
}

.icon16.icon-links:before {
content: '\f103';
content: "\f103";
}

.icon16.icon-page:before {
content: '\f105';
content: "\f105";
}

.icon16.icon-comments:before {
content: '\f101';
content: "\f101";
margin-top: 1px;
}

.icon16.icon-appearance:before {
content: '\f100';
content: "\f100";
}

.icon16.icon-plugins:before {
content: '\f106';
content: "\f106";
}

.icon16.icon-users:before {
content: '\f110';
content: "\f110";
}

.icon16.icon-tools:before {
content: '\f107';
content: "\f107";
}

.icon16.icon-settings:before {
content: '\f108';
content: "\f108";
}

.icon16.icon-site:before {
content: '\f112'
content: "\f112";
}

.icon16.icon-generic:before {
content: '\f111';
content: "\f111";
}

/* hide background-image for icons above */
Expand Down Expand Up @@ -586,7 +586,7 @@ ul#adminmenu > li.current > a.current:after {
}

#collapse-button div:after {
content: '\f148';
content: "\f148";
display: block;
line-height: 15px;
right: -3px;
Expand Down Expand Up @@ -901,7 +901,7 @@ li#wp-admin-bar-menu-toggle {
}

#wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
content: '\f228';
content: "\f228";
display: inline-block;
float: right;
font: normal 40px/45px dashicons;
Expand Down
30 changes: 15 additions & 15 deletions wp-admin/css/admin-menu.css
Expand Up @@ -52,56 +52,56 @@
}

.icon16.icon-dashboard:before {
content: '\f226';
content: "\f226";
}

.icon16.icon-post:before {
content: '\f109';
content: "\f109";
}

.icon16.icon-media:before {
content: '\f104';
content: "\f104";
}

.icon16.icon-links:before {
content: '\f103';
content: "\f103";
}

.icon16.icon-page:before {
content: '\f105';
content: "\f105";
}

.icon16.icon-comments:before {
content: '\f101';
content: "\f101";
margin-top: 1px;
}

.icon16.icon-appearance:before {
content: '\f100';
content: "\f100";
}

.icon16.icon-plugins:before {
content: '\f106';
content: "\f106";
}

.icon16.icon-users:before {
content: '\f110';
content: "\f110";
}

.icon16.icon-tools:before {
content: '\f107';
content: "\f107";
}

.icon16.icon-settings:before {
content: '\f108';
content: "\f108";
}

.icon16.icon-site:before {
content: '\f112'
content: "\f112";
}

.icon16.icon-generic:before {
content: '\f111';
content: "\f111";
}

/* hide background-image for icons above */
Expand Down Expand Up @@ -586,7 +586,7 @@ ul#adminmenu > li.current > a.current:after {
}

#collapse-button div:after {
content: '\f148';
content: "\f148";
display: block;
line-height: 15px;
left: -3px;
Expand Down Expand Up @@ -901,7 +901,7 @@ li#wp-admin-bar-menu-toggle {
}

#wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
content: '\f228';
content: "\f228";
display: inline-block;
float: left;
font: normal 40px/45px dashicons;
Expand Down
22 changes: 11 additions & 11 deletions wp-admin/css/common-rtl.css
Expand Up @@ -295,7 +295,7 @@ blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: "";
content: none;
}

Expand Down Expand Up @@ -754,7 +754,7 @@ img.emoji {
.notice-dismiss:before {
background: none;
color: #b4b9be;
content: '\f153';
content: "\f153";
display: block;
font: normal 16px/20px dashicons;
speak: none;
Expand Down Expand Up @@ -1492,7 +1492,7 @@ form.upgrade .hint {

#screen-meta-links .show-settings:after {
left: 0;
content: '\f140';
content: "\f140";
font: normal 20px/1 dashicons;
speak: none;
display: inline-block;
Expand All @@ -1507,7 +1507,7 @@ form.upgrade .hint {
}

#screen-meta-links .screen-meta-active:after {
content: '\f142';
content: "\f142";
}

/* end screen options and help tabs */
Expand Down Expand Up @@ -2163,11 +2163,11 @@ div.star-holder .star-rating {
}

.star-rating .star-full:before {
content:'\f155';
content: "\f155";
}

.star-rating .star-half:before {
content:'\f459';
content: "\f459";
}

.rtl .star-rating .star-half {
Expand All @@ -2177,7 +2177,7 @@ div.star-holder .star-rating {
}

.star-rating .star-empty:before {
content:'\f154';
content: "\f154";
}

div.action-links {
Expand Down Expand Up @@ -2750,12 +2750,12 @@ img {
/* Show the arrow only on hover */
.js .sidebar-name .sidebar-name-arrow:before,
.js .meta-box-sortables .postbox .handlediv:before {
content: '\f142';
content: "\f142";
}

.js .widgets-holder-wrap.closed .sidebar-name-arrow:before,
.js .meta-box-sortables .postbox.closed .handlediv:before {
content: '\f140';
content: "\f140";
}

.error a {
Expand Down Expand Up @@ -2864,7 +2864,7 @@ img {
.control-section .accordion-section-title:after,
.accordion-section-title:after {
left: 0;
content: '\f140';
content: "\f140";
border: none;
background: none;
font: normal 20px/1 dashicons;
Expand Down Expand Up @@ -2919,7 +2919,7 @@ img {
#customize-info.open .accordion-section-title:after,
.nav-menus-php .menu-item-edit-active .item-edit:before,
.widget.open .widget-top a.widget-action:after {
content: '\f142';
content: "\f142";
}

/*!
Expand Down
22 changes: 11 additions & 11 deletions wp-admin/css/common.css
Expand Up @@ -295,7 +295,7 @@ blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: "";
content: none;
}

Expand Down Expand Up @@ -754,7 +754,7 @@ img.emoji {
.notice-dismiss:before {
background: none;
color: #b4b9be;
content: '\f153';
content: "\f153";
display: block;
font: normal 16px/20px dashicons;
speak: none;
Expand Down Expand Up @@ -1492,7 +1492,7 @@ form.upgrade .hint {

#screen-meta-links .show-settings:after {
right: 0;
content: '\f140';
content: "\f140";
font: normal 20px/1 dashicons;
speak: none;
display: inline-block;
Expand All @@ -1507,7 +1507,7 @@ form.upgrade .hint {
}

#screen-meta-links .screen-meta-active:after {
content: '\f142';
content: "\f142";
}

/* end screen options and help tabs */
Expand Down Expand Up @@ -2163,11 +2163,11 @@ div.star-holder .star-rating {
}

.star-rating .star-full:before {
content:'\f155';
content: "\f155";
}

.star-rating .star-half:before {
content:'\f459';
content: "\f459";
}

.rtl .star-rating .star-half {
Expand All @@ -2177,7 +2177,7 @@ div.star-holder .star-rating {
}

.star-rating .star-empty:before {
content:'\f154';
content: "\f154";
}

div.action-links {
Expand Down Expand Up @@ -2750,12 +2750,12 @@ img {
/* Show the arrow only on hover */
.js .sidebar-name .sidebar-name-arrow:before,
.js .meta-box-sortables .postbox .handlediv:before {
content: '\f142';
content: "\f142";
}

.js .widgets-holder-wrap.closed .sidebar-name-arrow:before,
.js .meta-box-sortables .postbox.closed .handlediv:before {
content: '\f140';
content: "\f140";
}

.error a {
Expand Down Expand Up @@ -2864,7 +2864,7 @@ img {
.control-section .accordion-section-title:after,
.accordion-section-title:after {
right: 0;
content: '\f140';
content: "\f140";
border: none;
background: none;
font: normal 20px/1 dashicons;
Expand Down Expand Up @@ -2919,7 +2919,7 @@ img {
#customize-info.open .accordion-section-title:after,
.nav-menus-php .menu-item-edit-active .item-edit:before,
.widget.open .widget-top a.widget-action:after {
content: '\f142';
content: "\f142";
}

/*!
Expand Down

0 comments on commit d22fbc7

Please sign in to comment.