-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block Bindings: Remove Block Bindings icon from List View, fixes and CSS updates. #59477
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
0c4a15b
Fix bindings icon fill color in list view
artemiomorales 7fc13fe
Rewrite fill-rule as fillRule to fix console error
artemiomorales 88850c3
Fix connection SVG
SantosGuillamot be3ec14
Fix fixRule
SantosGuillamot adde379
Adapt styles to new SVG
SantosGuillamot 0a157e5
Workaround for distraction free
SantosGuillamot 1778ccd
Fix:
michalczaplinski 717bbe8
Display parent selector when focused on pattern override
artemiomorales d45b23f
Move list view connections icon beside lock icon
artemiomorales 5ed3720
Revert "Display parent selector when focused on pattern override"
artemiomorales 8deb651
Remove unused CSS styles
michalczaplinski 045896b
Remove Icon from List View
michalczaplinski ea55603
Merge branch 'trunk' into fix/block-bindings-indicator-fill
artemiomorales File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can now remove those properties because of the updates to the of the SVG.