package.src.vaadin-date-picker-overlay-styles.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of date-picker Show documentation
Show all versions of date-picker Show documentation
Web component providing a date selection field with scrollable month calendar
/**
* @license
* Copyright (c) 2016 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
import { css } from 'lit';
export const datePickerOverlayStyles = css`
[part='overlay'] {
display: flex;
flex: auto;
}
[part~='content'] {
flex: auto;
}
@media (forced-colors: active) {
[part='overlay'] {
outline: 3px solid;
}
}
`;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy