stable

Clone or download

Read-only

date/time picker

Part of story #9198: Get rid of Bootstrap in site admin Change-Id: I03482bdeff49ad70dd8ef8a69da84ff16a56096d

Modified Files

Name
M src/www/themes/common/tlp/doc/css/_demos.scss +5 −5 Go to diff View file
M src/www/themes/common/tlp/doc/index.html +37 −0 Go to diff View file
M src/www/themes/common/tlp/doc/js/editors.js +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/js/polyfills.js +50 −0 Go to diff View file
M src/www/themes/common/tlp/gulpfile.js +42 −30 Go to diff View file
M src/www/themes/common/tlp/package.json +2 −1 Go to diff View file
M src/www/themes/common/tlp/src/scss/_components.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_buttons.scss +1 −1 Go to diff View file
A src/www/themes/common/tlp/src/scss/components/_dropdowns.scss +191 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_forms.scss +1 −1 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_typography.scss +2 −1 Go to diff View file
A src/www/themes/common/tlp/src/vendor-i18n/en_US/flatpickr.l10n.en.js +3 −0 Go to diff View file
A src/www/themes/common/tlp/src/vendor-i18n/fr_FR/flatpickr.l10n.fr.js +19 −0 Go to diff View file
A src/www/themes/common/tlp/src/vendor-overrides/flatpickr.js +34 −0 Go to diff View file
A src/www/themes/common/tlp/src/vendor/flatpickr-1.8.7/.gitignore +1 −0 Go to diff View file
A src/www/themes/common/tlp/src/vendor/flatpickr-1.8.7/LICENSE.md +21 −0 Go to diff View file
A src/www/themes/common/tlp/src/vendor/flatpickr-1.8.7/flatpickr.min.css +1 −0 Go to diff View file
A src/www/themes/common/tlp/src/vendor/flatpickr-1.8.7/flatpickr.min.js +1 −0 Go to diff View file