This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
[form-single-select] Invalid example foucs and safari browser issue fixes #3902
Merged
Merged
Changes from 3 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
f22f2b5
Single select invalid example foucs and safari browser issue fixes
KV106606Viswanath 6aa0f1a
Resolved lint errors
KV106606Viswanath d3e413b
Wdio snapshots updated
KV106606Viswanath fd09856
Added focus outline for invalid example
KV106606Viswanath beb834d
space and return key issue
gt106551 1b21d26
Wdio snapshots updated for focus issue
KV106606Viswanath b473135
Reverted few code changes
KV106606Viswanath b068da7
Jest snapshots updated
KV106606Viswanath ca7736d
Removed unnecessary braces
KV106606Viswanath 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
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 |
---|---|---|
|
@@ -37,6 +37,8 @@ | |
--terra-form-select-invalid-focus-background-size: 0 0; | ||
--terra-form-select-invalid-focus-border-color: #fb4c4c; | ||
--terra-form-select-invalid-focus-box-shadow: 0 0 0 1px #fb4c4c, 0 0 0 1px #fb4c4c; | ||
--terra-form-select-single-select-invalid-focus-border-color: #004c76; | ||
--terra-form-select-single-select-invalid-focus-box-shadow: 0 0 1px 3px #004c76, 0 0 7px 4px #004c76; | ||
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. Were inputs from UX taken regarding these. On focus the red color disappears which does not seem correct 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. These styles has been removed and added outline around the red colour border when it gets focussed. So that we can see the red colour border as usual with outline. |
||
--terra-form-select-invalid-hover-border-color: #fb4c4c; | ||
--terra-form-select-arrow-height: 0.715rem; | ||
--terra-form-select-arrow-width: 1rem; | ||
|
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
Binary file modified
BIN
+1.94 KB
(140%)
...lowlight-theme/en/chrome_tiny/select-spec/closed_dropdown_with_tabbing_away.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
+704 Bytes
(120%)
...n-fusion-theme/en/chrome_tiny/select-spec/closed_dropdown_with_tabbing_away.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
+248 Bytes
(110%)
...-default-theme/en/chrome_tiny/select-spec/closed_dropdown_with_tabbing_away.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
style values are missing for orion-fusion-theme
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.
Above styles has been removed and added outline around the red colour border. Since there is no red colour border for invalid example in fusion theme, outline is not required so i have removed outline for fusion theme.