Skip to content

Commit ca039d6

Browse files
committed
fix(Item): split nested sass standards
1 parent cf52df7 commit ca039d6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

core/src/components/item/item.ionic.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@ slot[name="end"]::slotted(*) {
7676

7777
:host(.ion-focused) .item-native {
7878
--border-radius: #{globals.$ion-border-radius-400};
79+
}
7980

80-
&::after {
81-
@include globals.border-radius(inherit);
82-
@include globals.position(0, 0, 0, 0);
81+
:host(.ion-focused) .item-native::after {
82+
@include globals.border-radius(inherit);
83+
@include globals.position(0, 0, 0, 0);
8384

84-
position: absolute;
85+
position: absolute;
8586

86-
border-width: globals.$ion-border-size-050;
87-
border-style: globals.$ion-border-style-solid;
88-
border-color: globals.$ion-border-focus-default;
87+
border-width: globals.$ion-border-size-050;
88+
border-style: globals.$ion-border-style-solid;
89+
border-color: globals.$ion-border-focus-default;
8990

90-
content: "";
91-
}
91+
content: "";
9292
}
9393

9494
// Ionic Item Lines

0 commit comments

Comments
 (0)