Skip to content

Commit

Permalink
fix(core-components-checkbox-group): fix classnames to camelcase
Browse files Browse the repository at this point in the history
* fix(core-components-checkbox-group): fix classnames to camelcase

fix(core-components-checkbox): fix classnames to camelcase
  • Loading branch information
dmitrsavk committed Jun 1, 2020
1 parent 32df340 commit 522af20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/checkbox-group/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
border-left: 1px solid var(--color-red-brand-85-flat);
}

.checkbox-list {
.checkboxList {
display: flex;
}

.vertical .checkbox-list {
.vertical .checkboxList {
flex-direction: column;
align-items: flex-start;
}
Expand All @@ -27,7 +27,7 @@
}
}

.horizontal .checkbox-list {
.horizontal .checkboxList {
flex-wrap: wrap;
}

Expand All @@ -52,7 +52,7 @@
color: var(--color-red-brand-85-flat);
}

.hidden-input {
.hiddenInput {
position: absolute;
z-index: -1;
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
color: var(--switch-hint-color);
}

.indeterminate-icon {
.indeterminateIcon {
width: 16px;
height: 16px;
}
Expand Down

0 comments on commit 522af20

Please sign in to comment.