Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/lib/button-toggle/button-toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ $mat-button-toggle-legacy-border-radius: 2px !default;
position: relative;
display: inline-flex;
flex-direction: row;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
Copy link
Member Author

@devversion devversion Oct 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: I've kept white-space and overflow since they don't cause any issues, and otherwise we could potentially break apps (even though pretty rarely).

border-radius: $mat-button-toggle-legacy-border-radius;
Expand Down