danielmoncada / date-time-picker

Angular Date Time Picker (Responsive Design)
https://daniel-projects.firebaseapp.com/owlng/date-time-picker
MIT License
140 stars 60 forks source link

Owl date picker- panel class doesn’t seem to work #102

Closed shakedhaim closed 3 years ago

shakedhaim commented 3 years ago

I’m trying to override the date picker css with panel class, and it doesn’t seem to work.

HTML: <div [owlDateTimeTrigger]=“dt”> <input [owlDateTime]=“dt”> <owl-date-time [panelClass]=“date-picker” #dt>

CSS: .date-picker { display: none; }

I’m trying this and the date picker is still shown.

danielmoncada commented 3 years ago

@shakedhaim have you tried setting ngdeep?

.date-picker ::ngdeep {
    display: none;
}
danielmoncada commented 3 years ago

abandoning, as there has not been an update.