mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Fix section border radius (#24159)
This commit is contained in:
parent
497c6c35f1
commit
a26bf80b13
@ -240,6 +240,7 @@ export class GridSection extends LitElement implements LovelaceSectionElement {
|
|||||||
.container.edit-mode {
|
.container.edit-mode {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: var(--ha-card-border-radius, 12px);
|
border-radius: var(--ha-card-border-radius, 12px);
|
||||||
|
border-start-end-radius: 0;
|
||||||
border: 2px dashed var(--divider-color);
|
border: 2px dashed var(--divider-color);
|
||||||
min-height: var(--row-height);
|
min-height: var(--row-height);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user