File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
packages/aura/src/components Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -4,31 +4,6 @@ vaadin-select-item::part(content) {
44 gap : inherit;
55}
66
7- vaadin-select [theme ~= 'subtle' ]::part (input-field ) {
8- --vaadin-input-field-border-color : transparent;
9- --vaadin-input-field-background : transparent;
10- }
11-
12- vaadin-select [theme ~= 'subtle' ]::part (toggle-button ) {
13- transition : opacity 200ms ;
14- opacity : 0 ;
15- --vaadin-icon-size : 0.75lh ;
16- }
17-
18- vaadin-select [theme ~= 'subtle' ][focus-ring ]::part (toggle-button ) {
19- opacity : 1 ;
20- }
21-
22- @media (any-hover : hover) {
23- vaadin-select [theme ~= 'subtle' ]: hover ::part (toggle-button ) {
24- opacity : 1 ;
25- }
26- }
27-
28- vaadin-select [theme ~= 'auto-size' ] {
29- --vaadin-field-default-width : auto;
30- }
31-
327vaadin-select-value-button {
338 font-weight : var (--aura-font-weight-medium );
349}
You can’t perform that action at this time.
0 commit comments