Skip to content

Commit

Permalink
Revert CSS to previous state based on unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
brookewp committed Jan 17, 2023
1 parent 316b2af commit 74e2a4a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/block-editor/src/components/url-popover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
border-top: $border-width solid $gray-300;
}

.block-editor-url-popover__additional-controls > div[role="menu"]
.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary) > svg {
.block-editor-url-popover__additional-controls > div[role="menu"] .components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary) > svg {
box-shadow: none;
}

.block-editor-url-popover__additional-controls
div[role="menu"] > .components-button {
.block-editor-url-popover__additional-controls div[role="menu"] > .components-button {
padding-left: $grid-unit-15;
}

Expand Down

0 comments on commit 74e2a4a

Please sign in to comment.