mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
style(many): fix comments with wrong component names (#29665)
This commit is contained in:
@ -72,7 +72,7 @@ input {
|
|||||||
*/
|
*/
|
||||||
:host([slot="start"]),
|
:host([slot="start"]),
|
||||||
:host([slot="end"]) {
|
:host([slot="end"]) {
|
||||||
// Reset the flex property when the checkbox
|
// Reset the flex property when the radio
|
||||||
// is slotted to avoid growing the element larger
|
// is slotted to avoid growing the element larger
|
||||||
// than its content.
|
// than its content.
|
||||||
flex: initial;
|
flex: initial;
|
||||||
|
|||||||
@ -100,7 +100,7 @@
|
|||||||
*/
|
*/
|
||||||
:host([slot="start"]),
|
:host([slot="start"]),
|
||||||
:host([slot="end"]) {
|
:host([slot="end"]) {
|
||||||
// Reset the flex property when the checkbox
|
// Reset the flex property when the select
|
||||||
// is slotted to avoid growing the element larger
|
// is slotted to avoid growing the element larger
|
||||||
// than its content.
|
// than its content.
|
||||||
flex: initial;
|
flex: initial;
|
||||||
|
|||||||
@ -53,7 +53,7 @@
|
|||||||
*/
|
*/
|
||||||
:host([slot="start"]),
|
:host([slot="start"]),
|
||||||
:host([slot="end"]) {
|
:host([slot="end"]) {
|
||||||
// Reset the flex property when the checkbox
|
// Reset the flex property when the toggle
|
||||||
// is slotted to avoid growing the element larger
|
// is slotted to avoid growing the element larger
|
||||||
// than its content.
|
// than its content.
|
||||||
flex: initial;
|
flex: initial;
|
||||||
|
|||||||
Reference in New Issue
Block a user