mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
switch updates
This commit is contained in:
@ -13,7 +13,7 @@ $radio-ios-active-color: color(primary) !default;
|
||||
height: 21px;
|
||||
}
|
||||
|
||||
&[aria-checked=true] .radio-icon::after {
|
||||
&[aria-checked=true] .radio-icon:after {
|
||||
position: absolute;
|
||||
border: 2px solid $radio-ios-active-color;
|
||||
top: 3px;
|
||||
@ -40,7 +40,7 @@ $radio-ios-active-color: color(primary) !default;
|
||||
|
||||
.radio[mode=ios][#{$color-name}] {
|
||||
|
||||
&[aria-checked=true] .radio-icon::after {
|
||||
&[aria-checked=true] .radio-icon:after {
|
||||
border-color: $color-value;
|
||||
}
|
||||
|
||||
|
@ -29,7 +29,7 @@ $radio-md-transition-easing: cubic-bezier(.4, 0, .2, 1) !default;
|
||||
border-color: $radio-md-active-color;
|
||||
}
|
||||
|
||||
.radio-icon::after {
|
||||
.radio-icon:after {
|
||||
position: absolute;
|
||||
top: $radio-md-border-width;
|
||||
left: $radio-md-border-width;
|
||||
@ -42,7 +42,7 @@ $radio-md-transition-easing: cubic-bezier(.4, 0, .2, 1) !default;
|
||||
transform: scale3d(0, 0, 0);
|
||||
}
|
||||
|
||||
&[aria-checked=true] .radio-icon::after {
|
||||
&[aria-checked=true] .radio-icon:after {
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
|
||||
@ -64,7 +64,7 @@ $radio-md-transition-easing: cubic-bezier(.4, 0, .2, 1) !default;
|
||||
border-color: $color-value;
|
||||
}
|
||||
|
||||
&[aria-checked=true] .radio-icon::after {
|
||||
&[aria-checked=true] .radio-icon:after {
|
||||
background: $color-value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user