Skip to content

Commit 8372006

Browse files
authored
refactor: update map Lumo CSS to better support base properties (#10573)
1 parent 69c6a9f commit 8372006

File tree

1 file changed

+4
-4
lines changed
  • packages/vaadin-lumo-styles/src/components

1 file changed

+4
-4
lines changed

packages/vaadin-lumo-styles/src/components/map.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
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]) {
@@ -121,8 +121,8 @@
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);

0 commit comments

Comments
 (0)