Skip to content

Commit

Permalink
fix(toolbar): buttongroup style
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and joneff committed Sep 20, 2019
1 parent d9206b1 commit 4487366
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/default/scss/toolbar/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,20 @@
}
}

.k-overflow-container {
.k-button-group {
.k-button ~ .k-button {
margin-left: 0;
}
.k-button:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.k-button:last-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
}
}

}

0 comments on commit 4487366

Please sign in to comment.