Skip to content

Commit d175dc0

Browse files
authored
docs(datetime): add wheel part to styling section (#4383)
1 parent f744648 commit d175dc0

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

static/usage/v8/datetime/styling/wheel-styling/angular/example_component_css.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ ion-datetime {
77
--wheel-fade-background-rgb: 245, 235, 247;
88
}
99

10+
ion-datetime::part(wheel):focus {
11+
background: rgb(109, 208, 164);
12+
}
13+
1014
ion-datetime::part(wheel-item) {
1115
color: rgb(255, 66, 97);
1216
}

static/usage/v8/datetime/styling/wheel-styling/demo.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
--wheel-fade-background-rgb: 245, 235, 247;
1919
}
2020

21+
ion-datetime::part(wheel):focus {
22+
background: rgb(109, 208, 164);
23+
}
24+
2125
ion-datetime::part(wheel-item) {
2226
color: rgb(255, 66, 97);
2327
}

static/usage/v8/datetime/styling/wheel-styling/javascript.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
--wheel-fade-background-rgb: 245, 235, 247;
99
}
1010
11+
ion-datetime::part(wheel):focus {
12+
background: rgb(109, 208, 164);
13+
}
14+
1115
ion-datetime::part(wheel-item) {
1216
color: rgb(255, 66, 97);
1317
}

static/usage/v8/datetime/styling/wheel-styling/react/main_css.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ ion-datetime {
77
--wheel-fade-background-rgb: 245, 235, 247;
88
}
99

10+
ion-datetime::part(wheel):focus {
11+
background: rgb(109, 208, 164);
12+
}
13+
1014
ion-datetime::part(wheel-item) {
1115
color: rgb(255, 66, 97);
1216
}

static/usage/v8/datetime/styling/wheel-styling/vue.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
--wheel-fade-background-rgb: 245, 235, 247;
1717
}
1818
19+
ion-datetime::part(wheel):focus {
20+
background: rgb(109, 208, 164);
21+
}
22+
1923
ion-datetime::part(wheel-item) {
2024
color: rgb(255, 66, 97);
2125
}

0 commit comments

Comments
 (0)