-
Notifications
You must be signed in to change notification settings - Fork 930
built-in-button #1389
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
Merged
Merged
built-in-button #1389
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
3c9a3c2
UX-2323 Update existing UI Guidelines: Borderless tables in Button
MariannaKononenko 88262e0
UX-2323 Update existing UI Guidelines: Built-in button
MariannaKononenko eb5cb5e
UX-2323 Update existing UI Guidelines: Built-in button
MariannaKononenko 27ce3e6
UX-2323 Update existing UI Guidelines: Built-in button, fix REF004
MariannaKononenko 74469f1
UX-2323 Update existing UI Guidelines: Built-in button, add dark images
MariannaKononenko 69b6542
UX-2323 Update existing UI Guidelines: Built-in Button, fix review co…
MariannaKononenko 47e81c5
UX-2323 Update existing UI Guidelines: Inline text: changes after review
MariannaKononenko 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
<img src="when_to_use_button.png" alt="When to use a button" width="706"/> | ||
</chapter> | ||
<chapter title="When not to use" id="when-not-to-use"> | ||
<table style="none"> | ||
<table style="none" border="false"> | ||
<tr> | ||
<td width="50%"><img src="link_instead_of_button.png" alt="Using links instead of buttons" width="378"/></td> | ||
<td><p>Use a link instead if:</p> | ||
|
@@ -78,7 +78,7 @@ | |
<p>The button should answer the question in the title, so the user can skip the description. Prefer specific | ||
labels over | ||
generic ones:</p> | ||
<table style="none"> | ||
<table style="none" border="false"> | ||
<tr> | ||
<td width="50%"> | ||
<p> | ||
|
@@ -105,7 +105,7 @@ | |
use the word | ||
<control>Now</control> in labels because buttons always trigger an immediate action: | ||
</p> | ||
<table style="none"> | ||
<table style="none" border="false"> | ||
<tr> | ||
<td width="50%"> | ||
<p> | ||
|
@@ -130,7 +130,7 @@ | |
<p>The label should be short, not more than five words. If it’s not obvious what element the button is related | ||
to, add more | ||
words to make it clear. Prefer clear labels to short ones:</p> | ||
<table style="none"> | ||
<table style="none" border="false"> | ||
<tr> | ||
<td width="50%"> | ||
<p> | ||
|
@@ -313,7 +313,7 @@ | |
<p>On hovering over a button, show a tooltip with the shortcut and the action name if it can be clarified. | ||
For more details, | ||
see <a href="context_help.md">Context help</a>.</p> | ||
<table style="none" column-width="fixed"> | ||
<table style="none" column-width="fixed" border="false"> | ||
<tr> | ||
<td width="378"> | ||
<img src="hovered_button.png" alt="Hovered buttons" width="378"/> | ||
|
@@ -332,7 +332,7 @@ | |
</chapter> | ||
<chapter title="Standard buttons" id="standard-buttons"> | ||
<chapter title="Apply" id="apply"> | ||
<table style="none" column-width="fixed"> | ||
<table style="none" column-width="fixed" border="false"> | ||
<tr> | ||
<td width="378"> | ||
<img src="apply.png" alt="Hovered buttons" width="378"/> | ||
|
@@ -350,7 +350,7 @@ | |
</table> | ||
</chapter> | ||
<chapter title="Cancel" id="cancel"> | ||
<table style="none" column-width="fixed"> | ||
<table style="none" border="false" column-width="fixed"> | ||
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. Could you please stick to the same order in elements? It will be easier to scan if any edits are needed. |
||
<tr> | ||
<td width="378"> | ||
<img src="cancel.png" alt="Hovered buttons" width="378"/> | ||
|
@@ -386,7 +386,7 @@ | |
</chapter> | ||
|
||
<chapter title="Close"> | ||
<table style="none" column-width="fixed"> | ||
<table style="none" column-width="fixed" border="false"> | ||
<tr> | ||
<td width="378"> | ||
<img src="close.png" alt="Hovered buttons" width="378"/> | ||
|
@@ -413,7 +413,7 @@ | |
</table> | ||
</chapter> | ||
<chapter title="Help" id="help"> | ||
<table style="none" column-width="fixed"> | ||
<table style="none" border="false" column-width="fixed"> | ||
<tr> | ||
<td width="378"> | ||
<img src="help.png" alt="Hovered buttons" width="378"/> | ||
|
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.