File tree Expand file tree Collapse file tree 5 files changed +5
-11
lines changed
packages/vaadin-lumo-styles/mixins Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1313 "dev:start" : " yarn workspace dev start" ,
1414 "icons" : " lerna run icons" ,
1515 "lint" : " npm-run-all --parallel lint:*" ,
16- "lint:css" : " stylelint --ignore-path .gitignore \" packages/**/src/**/*.js\" \" packages/**/*.css\" \" dev/**/*.html\" " ,
16+ "lint:css" : " stylelint --ignore-path .gitignore \" packages/**/src/**/*.js\" \" packages/vaadin-lumo-styles/mixins/*.js \" \" packages/ **/*.css\" \" dev/**/*.html\" " ,
1717 "lint:js" : " eslint" ,
1818 "lint:types" : " tsc" ,
1919 "postinstall" : " patch-package" ,
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ const inputField = css`
130130 25% {
131131 transform : translateX (4px );
132132 }
133+
133134 75% {
134135 transform : translateX (-4px );
135136 }
Original file line number Diff line number Diff line change @@ -48,10 +48,7 @@ const menuOverlayExt = css`
4848 /* Use direct media queries instead of the state attributes ([phone] and [fullscreen]) provided by the elements */
4949 @media (max-width : 450px ), (max-height : 450px ) {
5050 : host {
51- top : 0 !important ;
52- right : 0 !important ;
53- bottom : var (--vaadin-overlay-viewport-bottom , 0 ) !important ;
54- left : 0 !important ;
51+ inset : 0 0 var (--vaadin-overlay-viewport-bottom , 0 ) 0 !important ;
5552 align-items : stretch !important ;
5653 justify-content : flex-end !important ;
5754 }
Original file line number Diff line number Diff line change @@ -10,10 +10,7 @@ issueWarning('Lumo .js mixins are deprecated and will be removed in V26');
1010
1111const overlay = css `
1212 : host {
13- to p: var(--lumo-space-m );
14- right: var(- - lumo- space- m);
15- botto m: var(- - lumo- space- m);
16- left: var(- - lumo- space- m);
13+ inset: var(--vaadin-overlay-viewport-inset , var (--lumo-space-m ));
1714 /* Workaround for Edge issue (only on Surface), where an overflowing vaadin-list-box inside vaadin-select-overlay makes the overlay transparent */
1815 /* stylelint-disable-next-line */
1916 outline: 0px solid transparent;
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ const requiredField = css`
1616 font-size : var (--vaadin-input-field-label-font-size , var (--lumo-font-size-s ));
1717 transition : color 0.2s ;
1818 line-height : 1 ;
19- padding-inline-start : calc (var (--lumo-border-radius-m ) / 4 );
20- padding-inline-end : 1em ;
19+ padding-inline : calc (var (--lumo-border-radius-m ) / 4 ) 1em ;
2120 padding-bottom : 0.5em ;
2221 /* As a workaround for diacritics being cut off, add a top padding and a
2322 negative margin to compensate */
You can’t perform that action at this time.
0 commit comments