Skip to content

Commit

Permalink
fix(checkbox): vertical alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and joneff committed Dec 21, 2019
1 parent 154e616 commit 97e67ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/default/scss/checkbox/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
outline: 0;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
vertical-align: middle;
position: relative;
-webkit-appearance: none;
}
Expand Down Expand Up @@ -77,7 +77,7 @@
line-height: $checkbox-line-height;
display: inline-flex;
align-items: flex-start;
vertical-align: top;
vertical-align: middle;
position: relative;
cursor: pointer;

Expand Down
5 changes: 0 additions & 5 deletions packages/default/scss/grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1218,11 +1218,6 @@
display: block;
margin: 0;
cursor: pointer;

.k-checkbox,
.k-checkbox-label {
vertical-align: middle;
}
}

.k-columnmenu-item {
Expand Down

0 comments on commit 97e67ca

Please sign in to comment.