aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/components/inlinedatefield/inlinedatefield.scss
blob: deceee19bedaca7f3c86df02e40d8bc72f78b33a (plain)
1
2
3
4
5
6
7
8
9
10
@mixin chameleon-inline-datefield($primaryStyleName : v-inline-datefield){
        
    /* FIXME $primaryStyleName should be passed to the the mixing instead of the default. Fix when SASS compiler works. #9821 */
    @include chameleon-datefield(v-inline-datefield);
    
    .#{$primaryStyleName},
    .#{$primaryStyleName}-calendarpanel-day {
        line-height:16px; /* Override popup datefields line-height:0 to get correct line heights */
    }      
}