Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49305

Ion-datime-button style

$
0
0

Hi, is there some way how can I style ONLY time button inside ion-datetime-button ?
this is my css which work for both date and time button

ion-datetime-button::part(native) {
    background: transparent;
    padding-inline-start: 0;
}

what is not working is this

ion-datetime-button::part(native) {
    background: transparent;
    padding-inline-start: 0;

    #time-button {
        background: red;
    }
}

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 49305

Trending Articles