We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a451e6a commit ff1fea4Copy full SHA for ff1fea4
1 file changed
src/main/resources/META-INF/resources/frontend/fc-toggle-button.js
@@ -347,7 +347,7 @@ class ToggleButton extends LitElement {
347
/* Readonly Styles: Unify the look for both checked/unchecked and variants */
348
:host([readonly]) .switch {
349
background-color: transparent;
350
- border: 2px dashed var(--lumo-contrast-30pct, var(--vaadin-border-color));
+ border: 1px dashed var(--lumo-contrast-30pct, var(--vaadin-border-color));
351
box-sizing: border-box;
352
}
353
0 commit comments