File tree Expand file tree Collapse file tree 3 files changed +11
-24
lines changed
packages/vaadin-lumo-styles/src/components Expand file tree Collapse file tree 3 files changed +11
-24
lines changed Original file line number Diff line number Diff line change 191191
192192 /* Disable hover for touch devices */
193193 @media (pointer : coarse) {
194- /* prettier-ignore */
195194 : host (: not ([checked ]): not ([indeterminate ]): not ([disabled ]): not ([readonly ]): not ([invalid ]): hover) [part = 'checkbox' ] {
196- background : var (--vaadin-checkbox-background , var (--lumo-contrast-20pct ));
197- }
195+ background : var (--vaadin-checkbox-background , var (--lumo-contrast-20pct ));
196+ }
198197 }
199198
200199 /* Active */
Original file line number Diff line number Diff line change 77 [part = 'overlay' ] {
88 display : flex;
99 flex : auto;
10-
11- /*
12- Width:
13- date cell widths
14- + month calendar side padding
15- + year scroller width
16- */
17- /* prettier-ignore */
18- width :
19- calc (
20- var (--lumo-size-m ) * 7
21- + var (--lumo-space-xs ) * 2
22- + 57px
23- );
10+ /* Width: date cell widths + month calendar side padding + year scroller width */
11+ width : calc (var (--lumo-size-m ) * 7 + var (--lumo-space-xs ) * 2 + 57px );
2412 height : 100% ;
2513 max-height : calc (var (--lumo-size-m ) * 14 );
2614 overflow : hidden;
Original file line number Diff line number Diff line change 9595
9696 /* prettier-ignore */
9797 : host ([theme ~= 'dropdown-indicators' ]: not ([slot = 'overflow' ]): not ([theme ~= 'icon' ])[aria-haspopup ]) [part = 'suffix' ]::after {
98- font-family : lumo-icons;
99- content : var (--lumo-icons-dropdown );
100- }
98+ font-family : lumo-icons;
99+ content : var (--lumo-icons-dropdown );
100+ }
101101
102102 /* prettier-ignore */
103103 : host ([theme ~= 'dropdown-indicators' ]: not ([slot = 'overflow' ]): not ([theme ~= 'icon' ])[theme ~= 'tertiary' ][aria-haspopup ]) [part = 'suffix' ] {
104- inset-inline-start : 0.05em ;
105- }
104+ inset-inline-start : 0.05em ;
105+ }
106106
107107 /* prettier-ignore */
108108 : host ([theme ~= 'dropdown-indicators' ]: not ([slot = 'overflow' ]): not ([theme ~= 'icon' ])[theme ~= 'tertiary-inline' ][aria-haspopup ]) [part = 'suffix' ] {
109- inset-inline-start : 0 ;
110- }
109+ inset-inline-start : 0 ;
110+ }
111111
112112 /* RTL styles */
113113 : host ([dir = 'rtl' ]) {
You can’t perform that action at this time.
0 commit comments