This repository was archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Update help version #293
Merged
Blackbaud-BobbyEarl
merged 6 commits into
blackbaud:master
from
Blackbaud-BrandonJones:update-help-version
Oct 11, 2017
Merged
Update help version #293
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
f5b0e01
updated builders dependency on the skyux-lib-help to suppor automatic…
Blackbaud-BrandonJones 7472929
removed ~ from dependency
Blackbaud-BrandonJones 1cc7d33
added a style over ride for the widget inside the builder's app compo…
Blackbaud-BrandonJones 6a97ad2
going deep
Blackbaud-BrandonJones 6eabd0c
update to 1.1.0
Blackbaud-BrandonJones d08f1b6
Merge branch 'master' into update-help-version
Blackbaud-BrandonJones 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 |
---|---|---|
@@ -1,3 +1,11 @@ | ||
.skyux-app-loading { | ||
visibility: hidden; | ||
} | ||
|
||
/deep/ | ||
.sky-modal-body-full-page { | ||
// Hide the bb-Help-invoker when a full-page modal is present and the widget is closed. | ||
#bb-help-container.closed > #bb-help-invoker { | ||
display: none; | ||
} | ||
} |
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.
@Blackbaud-BobbyEarl What are your thoughts on adding an integration test for this behavior?
https://github.com/blackbaud/skyux-builder/tree/master/e2e
My thoughts: if we add a test, we could catch any selector changes from either the widget or UX.
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.
I agree @Blackbaud-SteveBrush. I talked to @Blackbaud-BrandonJones. I'm comfortable getting this into builder right now due time constraints. He's added a task to his backlog to work on a test for this scenario, as well as a few other help related scenarios.