-
Notifications
You must be signed in to change notification settings - Fork 19
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
Syntax Map Improvements #105
Comments
On the models maps the border (on an element or object) now goes darker on hover. Unfortunately CSS doesn't let us do much more than this. Setting background color to respond to hover results only in the entire containing structure (entire tree) receiving the new background - i.e. background changes not only on the innermost hovered element, but on all of them, because the containing element is also hovered when the contained element is (at any level). The logic we apparently need ('shift the background when hovered but not when a descendant is hovered') is not expressible in CSS (is it?). Ideas for further enhancement are certainly welcome! |
User Story:
s an OSCAL implementer, when reviewing the OSCAL syntax maps it would be helpful to use background and border shading similar to what was used in the original version of the generated maps.
In the original version, when hovering over an assembly the box would highlight in a very visible and obvious way. With the new document map generation, the highlights are too subtle and easy to miss.
Goals:
Dependencies:
None.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: