Skip to content

Commit

Permalink
refactor & cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anveshmekala committed Dec 7, 2023
1 parent fa154a6 commit 2fefa91
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,6 @@ slot[name="action-bar"]::slotted(calcite-action-bar),
}

:host([position="start"]:not([slot="panel-end"])),
:host([position="start"]:not([slot="panel-end"])),
:host([position="start"]:not([slot="panel-end"])),
:host([position="end"][slot="panel-start"]),
:host([position="end"][slot="panel-start"]),
:host([position="end"][slot="panel-start"]) {
slot[name="action-bar"]::slotted(calcite-action-bar),
.content ::slotted(calcite-flow),
Expand All @@ -302,10 +298,6 @@ slot[name="action-bar"]::slotted(calcite-action-bar),
}

:host([position="end"]:not([slot="panel-start"])),
:host([position="end"]:not([slot="panel-start"])),
:host([position="end"]:not([slot="panel-start"])),
:host([position="start"][slot="panel-end"]),
:host([position="start"][slot="panel-end"]),
:host([position="start"][slot="panel-end"]) {
slot[name="action-bar"]::slotted(calcite-action-bar),
.content ::slotted(calcite-flow),
Expand Down

0 comments on commit 2fefa91

Please sign in to comment.