Skip to content

Commit

Permalink
Update styles for non-empty label in material and lumo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Aug 6, 2018
1 parent 50ea00b commit 16dbc27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theme/lumo/vaadin-checkbox-styles.html
Expand Up @@ -25,7 +25,7 @@
outline: none;
}

[part="label"]:not(:empty) {
[part="label"]:not([empty]) {
margin: 0.1875em 0.875em 0.1875em 0.375em;
}

Expand Down
2 changes: 1 addition & 1 deletion theme/material/vaadin-checkbox-styles.html
Expand Up @@ -10,7 +10,7 @@
-webkit-tap-highlight-color: transparent;
}

[part="label"]:not(:empty) {
[part="label"]:not([empty]) {
margin: 3px 12px 3px 6px;
}

Expand Down

0 comments on commit 16dbc27

Please sign in to comment.