forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Block Bindings: Remove Block Bindings icon from List View, fixes and …
…CSS updates. (WordPress#59477) * Fix bindings icon fill color in list view * Rewrite fill-rule as fillRule to fix console error * Fix connection SVG * Fix fixRule * Adapt styles to new SVG * Workaround for distraction free * Fix: - the list view styles, - the stroke & fill in svg - remove unnecessary CSS - lint:fix the scss files * Display parent selector when focused on pattern override * Move list view connections icon beside lock icon * Revert "Display parent selector when focused on pattern override" This reverts commit 717bbe8. * Remove unused CSS styles * Remove Icon from List View --------- Co-authored-by: artemiomorales <[email protected]> Co-authored-by: SantosGuillamot <[email protected]> Co-authored-by: michalczaplinski <[email protected]> Co-authored-by: jasmussen <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: annezazu <[email protected]> Co-authored-by: SaxonF <[email protected]>
- Loading branch information
1 parent
412eef5
commit dfd497a
Showing
4 changed files
with
48 additions
and
59 deletions.
There are no files selected for viewing
18 changes: 10 additions & 8 deletions
18
packages/block-editor/src/components/block-bindings-toolbar-indicator/style.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
.block-editor-block-bindings-toolbar-indicator { | ||
display: inline-flex; | ||
align-items: center; | ||
height: 48px; | ||
justify-content: center; | ||
padding: 6px; | ||
|
||
svg g { | ||
stroke: var(--wp-bound-block-color); | ||
fill: transparent; | ||
stroke-width: 1.5; | ||
stroke-linecap: round; | ||
stroke-linejoin: round; | ||
svg { | ||
fill: var(--wp-bound-block-color); | ||
} | ||
} | ||
|
||
.edit-post-header__toolbar | ||
.selected-block-tools-wrapper | ||
.block-editor-block-toolbar | ||
.block-editor-block-bindings-toolbar-indicator { | ||
height: 32px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters