File tree Expand file tree Collapse file tree 5 files changed +10
-38
lines changed
IndexFilters/components/Container Expand file tree Collapse file tree 5 files changed +10
-38
lines changed Original file line number Diff line number Diff line change 1111 margin-left : var (--p-space-2 );
1212 font-weight : var (--p-font-weight-semibold );
1313 font-size : var (--p-font-size-100 );
14- color : var (--p-color-text );
15-
16- #{$se23 } & {
17- color : var (--p-color-text-inverse );
18- }
14+ color : var (--p-color-text-inverse );
1915}
2016
21- #{$se23 } {
22- [class *= ' Navigation' ] {
23- /* stylelint-disable-next-line selector-max-combinators -- se23 */
24- .ShopName {
25- color : var (--p-color-text-inverse );
26- }
17+ [class *= ' Navigation' ] {
18+ .ShopName {
19+ color : var (--p-color-text-inverse );
2720 }
2821}
Original file line number Diff line number Diff line change 1919 color : var (--p-color-avatar-color-experimental );
2020 user-select : none ;
2121
22- #{$se23 } & {
23- // stylelint-disable -- se23 overrides
24- --pc-avatar-extra-small-size : 20px ;
25- --pc-avatar-small-size : 24px ;
26- --pc-avatar-medium-size : 28px ;
27- --pc-avatar-large-size : 32px ;
28- // stylelint-enable
29- background : var (--p-color-avatar-background-experimental );
30- color : var (--p-color-avatar-color-experimental );
31-
32- & .imageHasLoaded {
33- background : transparent ;
34- }
22+ & .imageHasLoaded {
23+ background : transparent ;
3524 }
3625
3726 @media (forced-colors : active ) {
Original file line number Diff line number Diff line change @@ -283,9 +283,7 @@ export function Filters({
283283 } ;
284284
285285 const queryFieldMarkup = hideQueryField ? null : (
286- < div
287- className = { classNames ( styles . Container , se23 && styles . ContainerUplift ) }
288- >
286+ < div className = { classNames ( styles . Container , styles . ContainerUplift ) } >
289287 < Box { ...containerSpacing } >
290288 < InlineStack
291289 align = "start"
Original file line number Diff line number Diff line change 1111 .Container {
1212 border-top-left-radius : 0 ;
1313 border-top-right-radius : 0 ;
14- height : 57px ;
15-
16- #{$se23 } & {
17- height : unset ;
18- }
14+ height : unset ;
1915 }
2016}
Original file line number Diff line number Diff line change @@ -37,12 +37,8 @@ $item-wrapper-loading-height: 64px;
3737 // list dynamically when an item is checked, so we have to handle that case
3838 // here.
3939 + .BulkActionsWrapper + .ResourceList {
40- border-top : var (--p-border-width-1 ) solid var (--p-color-border-subdued );
41-
42- #{$se23 } & {
43- border-top : none ;
44- @include item-separator ;
45- }
40+ @include item-separator ;
41+ border-top : none ;
4642 }
4743}
4844
You can’t perform that action at this time.
0 commit comments