-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu buttons guidance PR #4450
Closed
+22
−17
Closed
Menu buttons guidance PR #4450
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file modified
BIN
-78.3 KB
(32%)
src/pages/components/menu-buttons/images/style-menu-buttons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+65.5 KB
src/pages/components/menu-buttons/images/usage-combo-button-height.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+71.3 KB
(140%)
src/pages/components/menu-buttons/images/usage-menu-button-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-15.4 KB
(76%)
src/pages/components/menu-buttons/images/usage-menu-combo-button-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-98.2 KB
(36%)
src/pages/components/menu-buttons/images/usage-menu-width-menu-button-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -138,10 +138,20 @@ A. Icon button <br /> B. Menu <br /> | |
|
||
#### Height | ||
|
||
Menu items come in four sizes: extra small, small, medium, and large. See more | ||
about size specifications on the [style](/components/menu/style/) tab. When | ||
using a menu button trigger, the height of the menu item (singular) reflects the | ||
size of the button being used. | ||
Menu buttons come in three sizes: small, medium, and large. See more about size | ||
specifications on the [style](/components/menu/style/) tab. When using a menu | ||
button trigger, the height of the menu item (singular) reflects the height of | ||
the button being used. | ||
|
||
| Size | Height (px / rem) | | ||
| ------ | ----------------- | | ||
| Small | 32 / 2 | | ||
| Medium | 40 / 2.5 | | ||
| Large | 48 / 3 | | ||
|
||
Menu (/components/menu/usage/) items come in four sizes: extra small, small, | ||
medium, and large. See more about size specifications on the | ||
[Style](/components/menu/style/) tab. | ||
|
||
<InlineNotification> | ||
|
||
|
@@ -153,17 +163,10 @@ implementation in other contexts if needed. | |
|
||
</InlineNotification> | ||
|
||
| Size | Height (px / rem) | | ||
| ----------- | ----------------- | | ||
| Extra small | 24 / 1.5 | | ||
| Small | 32 / 2 | | ||
| Medium | 40 / 2.5 | | ||
| Large | 48 / 3 | | ||
|
||
<Row> | ||
<Column colLg={8}> | ||
<Column colLg={12}> | ||
|
||
![Menu height](images/usage-menu-button-height.png) | ||
![Menu height](images/usage-combo-button-height.png) | ||
|
||
</Column> | ||
</Row> | ||
|
@@ -189,7 +192,7 @@ By default, the [menu button](/components/menu-buttons/usage/#menu-button) and | |
and the menu maintains a minimum width of 160px to prevent a narrow appearance. | ||
|
||
<Row> | ||
<Column colLg={8}> | ||
<Column colLg={12}> | ||
|
||
![Menu width](images/usage-menu-width-menu-button-default.png) | ||
|
||
|
@@ -420,8 +423,10 @@ cases where using a menu button is recommended: | |
- Actions related to a common label | ||
- Distinct actions applied to the same object or page | ||
|
||
Menu button and combo button come in three different button types: primary, | ||
tertiary, and ghost. | ||
Menu button comes in three different button types: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it's redundant to provide links for three button types taking users to the same page. I don't think we use this pattern anywhere either. So maybe:
|
||
[primary](/components/menu-buttons/style/#menu-button-color), | ||
[tertiary](/components/menu-buttons/style/#menu-button-color), and | ||
[ghost](/components/menu-buttons/style/#menu-button-color). | ||
|
||
<Row> | ||
<Column colLg={8}> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.