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 191
191
192
192
/* Disable hover for touch devices */
193
193
@media (pointer : coarse) {
194
- /* prettier-ignore */
195
194
: 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
+ }
198
197
}
199
198
200
199
/* Active */
Original file line number Diff line number Diff line change 7
7
[part = 'overlay' ] {
8
8
display : flex;
9
9
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 );
24
12
height : 100% ;
25
13
max-height : calc (var (--lumo-size-m ) * 14 );
26
14
overflow : hidden;
Original file line number Diff line number Diff line change 95
95
96
96
/* prettier-ignore */
97
97
: 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
+ }
101
101
102
102
/* prettier-ignore */
103
103
: 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
+ }
106
106
107
107
/* prettier-ignore */
108
108
: 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
+ }
111
111
112
112
/* RTL styles */
113
113
: host ([dir = 'rtl' ]) {
You can’t perform that action at this time.
0 commit comments