Skip to content

Commit ff1fea4

Browse files
WIP: feat: use 1px for readonly border
1 parent a451e6a commit ff1fea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/META-INF/resources/frontend/fc-toggle-button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class ToggleButton extends LitElement {
347347
/* Readonly Styles: Unify the look for both checked/unchecked and variants */
348348
:host([readonly]) .switch {
349349
background-color: transparent;
350-
border: 2px dashed var(--lumo-contrast-30pct, var(--vaadin-border-color));
350+
border: 1px dashed var(--lumo-contrast-30pct, var(--vaadin-border-color));
351351
box-sizing: border-box;
352352
}
353353

0 commit comments

Comments
 (0)