Skip to content

Commit 668caf1

Browse files
committed
fix toggle tokens
1 parent 50ecdb3 commit 668caf1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/src/components/toggle/toggle.common.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
width: auto;
5959
}
6060

61-
:host(.ion-focused) input {
62-
border: 2px solid #5e9ed6;
63-
}
64-
6561
:host(.toggle-disabled) {
6662
pointer-events: none;
6763
}

core/src/components/toggle/toggle.native.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
z-index: $z-index-item-input;
66
}
77

8+
:host(.ion-focused) input {
9+
border: 2px solid #5e9ed6;
10+
}
11+
812
:host(.in-item) .label-text-wrapper {
913
@include margin($toggle-item-label-margin-top, null, $toggle-item-label-margin-bottom, null);
1014
}

0 commit comments

Comments
 (0)