File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/vaadin-lumo-styles/src/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 }
2121
2222 : host (: not ([theme ~= 'no-border' ])) {
23- border-radius : var (--lumo-border-radius-l );
23+ border-radius : var (--vaadin-map-border-radius , var ( -- lumo-border-radius-l) );
2424 }
2525
2626 : host (: not ([theme ~= 'no-border' ]))::before {
27- border : 1px solid var (--lumo-contrast-10pct );
27+ border : 1px solid var (--vaadin-map-border-color , var ( -- lumo-contrast-10pct) );
2828 }
2929
3030 : host ([focus-ring ]) {
121121 }
122122
123123 .ol-control button {
124- width : var (--lumo-size-s );
125- height : var (--lumo-size-s );
124+ width : var (--vaadin-map-control-size , var ( -- lumo-size-s) );
125+ height : var (--vaadin-map-control-size , var ( -- lumo-size-s) );
126126 border-radius : inherit;
127127 font-family : 'lumo-icons' ;
128128 font-size : var (--lumo-icon-size-s );
You can’t perform that action at this time.
0 commit comments