@vaadin/vaadin-lumo-styles
Version:
Lumo is a design system foundation for modern web applications, used by Vaadin components
20 lines (18 loc) • 611 B
CSS
/**
* @license
* Copyright (c) 2000 - 2026 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
@media lumo_components_grid-pro-edit-select {
:host([theme~='grid-pro-editor']) [part~='toggle-button'] {
margin-right: var(--lumo-space-xs);
}
:host([theme~='grid-pro-editor']) [part='input-field'] ::slotted([slot='value']) {
box-sizing: border-box;
padding: 0 var(--lumo-space-m);
font-size: var(--lumo-font-size-m);
/* prevent selection on editor focus */
-webkit-user-select: none;
user-select: none;
}
}