Skip to content

Commit

Permalink
[THEMES-1676-reverted] reverted child grid display (#2149)
Browse files Browse the repository at this point in the history
Co-authored-by: Malavika Koppula <[email protected]>
  • Loading branch information
malavikakoppula and Malavika Koppula authored May 29, 2024
1 parent 652b0d3 commit a70deea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .storybook/themes/news.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4119,9 +4119,6 @@
"triple-chain-child-item": (
"gap": var(--global-spacing-6) 0
),
"triple-chain-child-item-grid": (
"display": "grid"
),
"triple-chain-child-item-empty": (
"display": contents
),
Expand Down Expand Up @@ -5254,9 +5251,6 @@
"triple-chain-child-item-empty": (
"display": initial
),
"triple-chain-child-item-grid": (
"display": "flex"
),
"triple-chain-children-grid": (
"grid-template-columns": 1fr 1fr 1fr,
"gap": 0 var(--global-spacing-5)
Expand Down
5 changes: 0 additions & 5 deletions blocks/triple-chain-block/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
@include scss.block-components("quad-chain-child-item-empty");
@include scss.block-properties("quad-chain-child-item-empty");
}

.c-grid {
@include scss.block-components("triple-chain-child-item-grid");
@include scss.block-properties("triple-chain-child-item-grid");
}

@include scss.block-components("triple-chain-child-item");
@include scss.block-properties("triple-chain-child-item");
Expand Down
10 changes: 0 additions & 10 deletions blocks/triple-chain-block/themes/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@
"desktop": {}
}
},
"triple-chain-child-item-grid": {
"styles": {
"default": {
"display": "grid"
},
"desktop": {
"display": "flex"
}
}
},
"triple-chain-child-item-empty": {
"styles": {
"default": {
Expand Down

0 comments on commit a70deea

Please sign in to comment.