Skip to content

Commit

Permalink
Revert "Update icon in home button (WordPress#65497)"
Browse files Browse the repository at this point in the history
This reverts commit b0c9b57.
  • Loading branch information
huubl authored Oct 2, 2024
1 parent 1542693 commit 0062130
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 33 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { store as noticesStore } from '@wordpress/notices';
import { privateApis as routerPrivateApis } from '@wordpress/router';
import { store as preferencesStore } from '@wordpress/preferences';
import { decodeEntities } from '@wordpress/html-entities';
import { Icon, arrowUpLeft } from '@wordpress/icons';
import { Icon, homeButton } from '@wordpress/icons';

/**
* Internal dependencies
Expand Down Expand Up @@ -291,7 +291,7 @@ export default function EditSiteEditor( { isPostsList = false } ) {
) }
variants={ toggleHomeIconVariants }
>
<Icon icon={ arrowUpLeft } />
<Icon icon={ homeButton } />
</motion.div>
</motion.div>
)
Expand Down
4 changes: 0 additions & 4 deletions packages/edit-site/src/components/editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@
background-color: hsla(0, 0%, 80%);
pointer-events: none;

svg {
fill: currentColor;
}

&.has-site-icon {
background-color: hsla(0, 0%, 100%, 0.6);
-webkit-backdrop-filter: saturate(180%) blur(15px);
Expand Down
1 change: 0 additions & 1 deletion packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
- Add new `envelope` icon.

- Add new `bell` and `bell-unread` icons.
- Add new `arrowUpLeft` and `arrowDownRight` icons.

## 10.7.0 (2024-09-05)

Expand Down
2 changes: 0 additions & 2 deletions packages/icons/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ export { default as alignNone } from './library/align-none';
export { default as alignRight } from './library/align-right';
export { default as archive } from './library/archive';
export { default as arrowDown } from './library/arrow-down';
export { default as arrowDownRight } from './library/arrow-down-right';
export { default as arrowLeft } from './library/arrow-left';
export { default as arrowRight } from './library/arrow-right';
export { default as arrowUp } from './library/arrow-up';
export { default as arrowUpLeft } from './library/arrow-up-left';
export { default as atSymbol } from './library/at-symbol';
export { default as aspectRatio } from './library/aspect-ratio';
export { default as audio } from './library/audio';
Expand Down
12 changes: 0 additions & 12 deletions packages/icons/src/library/arrow-down-right.js

This file was deleted.

12 changes: 0 additions & 12 deletions packages/icons/src/library/arrow-up-left.js

This file was deleted.

0 comments on commit 0062130

Please sign in to comment.