Skip to content

Commit

Permalink
Enable declaration-block-no-duplicate-properties style lint rule. Rem…
Browse files Browse the repository at this point in the history
…ove duplicate property. (#17287)
  • Loading branch information
jorgefilipecosta authored and talldan committed Sep 2, 2019
1 parent f1b2f29 commit f198997
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"at-rule-empty-line-before": null,
"at-rule-no-unknown": null,
"comment-empty-line-before": null,
"declaration-block-no-duplicate-properties": null,
"declaration-property-unit-whitelist": null,
"font-weight-notation": null,
"max-line-length": null,
Expand Down
1 change: 0 additions & 1 deletion packages/block-library/src/block/edit-panel/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
padding: $grid-size $block-padding;

// Elevate the reusable blocks toolbar above the clickthrough overlay.
position: relative;
z-index: z-index(".block-editor-block-list__layout .reusable-block-edit-panel");

// Use opacity to work in various editor styles.
Expand Down

0 comments on commit f198997

Please sign in to comment.