This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Checkbox): Support multiline label and improved VoiceOver focus (#…
…614) BREAKING CHANGE: Requires consumers to have React v16.3+. Also introduces horizontal padding to the Checkbox in button mode to prevent label text colliding with button border.
- Loading branch information
1 parent
3e30c70
commit 961a19f
Showing
6 changed files
with
276 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
.root > :global(*) { | ||
min-width: 150px; // :( | ||
@import "~seek-style-guide/theme"; | ||
|
||
.root_isStandard { | ||
display: flex; | ||
flex-direction: column; | ||
width: 220px; | ||
} | ||
|
||
.root_isButton > :not(*:last-child) { | ||
margin-right: @gutter-width / 2; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.