Skip to content
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

GH-101/FP-1458: Header Redesign #222

Draft
wants to merge 142 commits into
base: main
Choose a base branch
from
Draft

Commits on May 11, 2021

  1. GH-101: Branding Bar

    - Migrate `branding_logos` CSS to `c-branding` & `c-logo`.
    - In `s-header` style `.c-logo` not `.navbar-brand`.
    - Update and format markup for `header_branding` and `header_logo`.
    - Comment on now-unused secrets values.
    wesleyboar committed May 11, 2021
    Configuration menu
    Copy the full SHA
    3e4a501 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    03a9482 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    4533c5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80ed3c0 View commit details
    Browse the repository at this point in the history
  3. GH-101: Navigation Bar (Partially Complete)

    - Remove now-moot taccsite_custom:frontera-cms search bar font sizes.
    - Support CSS custom selectors (known external bug).
    - Test CSS custom selectors (known external bug).
    - Remove outdated comment from `c-branding`.
    - Set `c-logo` image height in component stylesheet.
    - Add TODO for `html { font-size: 62.5%; }`
    - Add arrow "mixin" (note: using `%-arrow` syntax).
    - Redesign header (but not dropdowns and not portal nav).
    - Remove now-moot `s-portal-nav` styles.
    - Add & Update header env variables for themes.
    - Perform "GH-129: Do Not Support CMS Menu Nav Link & Dropdown".
    wesleyboar committed May 13, 2021
    Configuration menu
    Copy the full SHA
    b2cec49 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. GH-101: Navigation Bar (Fix CMS Nav Bug in Docs)

    Prevent dropdown link from being flagged as active.
    wesleyboar committed May 14, 2021
    Configuration menu
    Copy the full SHA
    a9ec66a View commit details
    Browse the repository at this point in the history
  2. GH-101: Navigation Bar (Fix Color Bug/s in Docs)

    - (Real Fix) Ensure colors are available to Docs.
    - (Possible Fix) Ensure correct colors are available to Portal.\*
    
    \* The Portal has its own settings/color.css that is almost identical.
    wesleyboar committed May 14, 2021
    Configuration menu
    Copy the full SHA
    23e3db2 View commit details
    Browse the repository at this point in the history
  3. GH-101: Navigation Bar (Fix More Bugs in Docs)

    - Load new styles solely for docs header.
    - Force branding styles on old markup.
    - Migrate subsite selectors from `trumps/s-header` to `tools/selectors`.
    - Rename `:--in-__subsite__` selectors to `:--from-__subsite__`.
    - Create new styles solely for docs header.
    - Document "For (Other Sites)" i.e. `trumps/for-docs.*.css` stylesheets.
    wesleyboar committed May 14, 2021
    Configuration menu
    Copy the full SHA
    c988a7b View commit details
    Browse the repository at this point in the history
  4. GH-101: Navigation Bar (Fix Img Max-Width in Docs)

    Unset Docs' `img { max-width; }`. Docs does this too but for old markup.
    wesleyboar committed May 14, 2021
    Configuration menu
    Copy the full SHA
    290e27b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3361d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccfc596 View commit details
    Browse the repository at this point in the history
  7. GH-101: Navigation Bar (Use Constants for Header)

    - Install `merge-lite` for deep merge constants and theme data.
    - Use env() vars for header height.
    - Remove unnecessary code and improve comments.
    - Create constants for theme JSON.
    - Merge constants on top of theme data.
    - Update theme data comment syntax.
    wesleyboar committed May 14, 2021
    Configuration menu
    Copy the full SHA
    ea43ec9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. GH-101: Navigation Bar (Logo Width, CMS Nav Align)

    - Add frontera-cms logo width overwrite (temp. ineffectual, see GH-223).
    - Prevent Core (but not a project) from stretching logo too wide.
    - Align CMS nav for narrow logos. Allow project-specific adaptation.
    wesleyboar committed May 17, 2021
    Configuration menu
    Copy the full SHA
    538369a View commit details
    Browse the repository at this point in the history
  2. GH-101: Navigation Bar (Remove Redundant Style)

    - Remove redundant color assignment for nav-link.
    wesleyboar committed May 17, 2021
    Configuration menu
    Copy the full SHA
    f257c63 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #224 from TACC/task/GH-101-header-redesign--env-va…

    …riables
    
    Task/gh 101 header redesign  env variables (update)
    wesleyboar committed May 17, 2021
    Configuration menu
    Copy the full SHA
    29ebba2 View commit details
    Browse the repository at this point in the history
  4. GH-101: Navigation Bar (Dropdowns & Constants)

    - Add font weight constants.
    - Add border constants.
    - Style dropdowns and use new constants.
    wesleyboar committed May 17, 2021
    Configuration menu
    Copy the full SHA
    4692aaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6c59ca View commit details
    Browse the repository at this point in the history
  6. GH-101: Navigation Bar (Fix Branding Bar Bug)

    Use correct global var not wrong env var for branding bar bkgd.
    wesleyboar committed May 17, 2021
    Configuration menu
    Copy the full SHA
    4865c2d View commit details
    Browse the repository at this point in the history
  7. GH-101: Navigation Bar (Avoid Dropdown Bug)

    Scope dropdown styles to header so as to not effect any other dropdowns.
    wesleyboar committed May 17, 2021
    Configuration menu
    Copy the full SHA
    2ab97e8 View commit details
    Browse the repository at this point in the history
  8. GH-101: Navigation Bar (Fix .s-header Usage)

    1. Scope header-specific `.c-branding` styles with `.s-header`.
    2. Clarify which `s-header` is being styled and why.
    3. Remove `s-header` ID from sample header markup.
    4. Add `s-header` class to `header-branding`.
    5. Replace `s-header` ID with `header-navbar` ID.
    wesleyboar committed May 17, 2021
    Configuration menu
    Copy the full SHA
    80fb36c View commit details
    Browse the repository at this point in the history
  9. GH-101: Navigation Bar (Fix Portal Menu Item Hue)

    Portal needs to overwrite Bootstrap's color for active `dropdown-item`.
    wesleyboar committed May 17, 2021
    Configuration menu
    Copy the full SHA
    bde4dc5 View commit details
    Browse the repository at this point in the history
  10. GH-101: Navigation Bar (Use Fallbacks for Vars)

    Instead of defining a value to be overwritten, set a fallback.
    
    This reduces one level of overwrite when tracking/debugging values.
    wesleyboar committed May 17, 2021
    Configuration menu
    Copy the full SHA
    7c8846c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. GH-101: Navigation Bar (Consistent Line-Height)

    Ensure Portal & Docs line-height (in header) matches CMS.
    wesleyboar committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5f83e6a View commit details
    Browse the repository at this point in the history
  2. GH-101: Navigation Bar (Responsive Nav Item Width)

    - The responsive space between nav items now considers portal elements.
    - Whether header is loaded on portal is noted by presence of a class.
    wesleyboar committed May 18, 2021
    Configuration menu
    Copy the full SHA
    315ac1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8936201 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9012318 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42fdfe4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Quick: GH-101: Fix font env vars

    Without quotes, values were not recognized, and thus not applied.
    wesleyboar committed May 19, 2021
    Configuration menu
    Copy the full SHA
    96c8a84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45c0661 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. GH-101: Portal Nav

    - Use new portal env() vars for nav padding.
    - No custom logo width (related to portal nav via navbar padding).
    - Remove border between search and portal nav.
    - Add Portal nav styles.
    - Add new portal env() vars for nav padding.
    - Comment on header link bkgd color env() var value.
    - Add new header env() var for portal nav bkgd color.
    wesleyboar committed May 20, 2021
    Configuration menu
    Copy the full SHA
    fcf2e82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ec39d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bf0bc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee94ed4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. GH-101: Header (Use .c-logo for Brand Bar Images)

    - Remove branding images style that is made redundant.
    - Allow logo height less than 100% (for navbar).
    - Ensure navbar logo styles do not affect brand bar.
    - Give limited flexibility to navbar logo.
    - Use c-logo for branding images.
    wesleyboar committed May 21, 2021
    Configuration menu
    Copy the full SHA
    28515e6 View commit details
    Browse the repository at this point in the history
  2. GH-101: Navigation Bar (Responsive Design)

    - Add compressed and expanded styles in two files.
    - Increase body min-width (to prevent wrap of navbar toggle).
    - Remove condition for navbar breakpoint; now it's always 992px.
    - Migrate some `s-header` CSS to `[…].expanded` and `[…].compressed`.
    - Use `top` to position arrows isntead of `margin`.
    - Truncate nav links.
    - Style dropdowns.
    - Add nav link text span wrappers (to prevent truncation of menu arrows).
    wesleyboar committed May 21, 2021
    Configuration menu
    Copy the full SHA
    c6bff3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c42d666 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. GH-101: Navigation Bar (Mobile Menus & Toggle)

    - Import all icon styles (not just some).
    - Support mobile brandbar.
    - Support mobile vs. desktop navbar & brandbar heights.
    - Support mobile logo.
    - Support mobile navbar collabsible menu.
    - Add new theme constants for navbar & branbar heights.
    - Add navbar menu button text.
    wesleyboar committed May 24, 2021
    Configuration menu
    Copy the full SHA
    b8691d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #228 from TACC/task/GH-101-header-redesign--mobile…

    …-nav
    
    GH-101: Navigation Bar (Mobile Menus & Toggle)
    wesleyboar committed May 24, 2021
    Configuration menu
    Copy the full SHA
    a4558b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a918cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71d1abe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82eb57c View commit details
    Browse the repository at this point in the history
  6. Hack: GH-101: Use Cortal icons sans markup change

    - Tweak a comment (related cuz it's also icon hack).
    - Migrate Portal nav styles to `s-portal-nav.css`.
    - Add hack to swap FA icons with Cortal icons.
    - Update CSS sample `s-portal-nav.html`.
    wesleyboar committed May 24, 2021
    Configuration menu
    Copy the full SHA
    bd4686f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #229 from TACC/task/GH-101-header-redesign--portal…

    …-icons-hack
    
    Hack: GH-101: Use Cortal icons sans markup change
    wesleyboar committed May 24, 2021
    Configuration menu
    Copy the full SHA
    2c60868 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. GH-101: Mobile (Search & Portal): Drop ml-auto

    - Use CSS instead of markup to control margin left on header elements.
    - Make header code DRY now that classNames match.
    wesleyboar committed May 26, 2021
    Configuration menu
    Copy the full SHA
    d07d69b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96e9490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    997a31c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. GH-101: Mobile (Search & Portal): New Layout

    - Support `:not` with multiple elements.
    - Layout Search and Portal elements in mobile nav.
    - Edit existing relevant CSS to be consitent and accurately organized.
    wesleyboar committed May 27, 2021
    Configuration menu
    Copy the full SHA
    e8593f7 View commit details
    Browse the repository at this point in the history
  2. GH-101: Quick: Fix dropdown toggle size

    The "chevron" was a bit too big. Fixed.
    
    It is not thick enough on mobile, but the code should stay simple.
    
    This code is all pending a real icon, anyway.
    wesleyboar committed May 27, 2021
    Configuration menu
    Copy the full SHA
    ecf3253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    397b43c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    722c5ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c4574d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15c8f63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7c6fe6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    0a40b90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ffdf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c59dde5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8825fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aff4cb9 View commit details
    Browse the repository at this point in the history
  6. GH-101: Quick: Isolate Navbar Shrink & Truncate

    Isolate shrinking and truncation of certain elements of the navbar.
    wesleyboar committed May 28, 2021
    Configuration menu
    Copy the full SHA
    ac358b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    812a9cc View commit details
    Browse the repository at this point in the history
  8. Revert "GH-101: Hotfix: Title case all nav link text"

    This reverts commit ba31e2e.
    wesleyboar committed May 28, 2021
    Configuration menu
    Copy the full SHA
    e700b0a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    313f9ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a17df6b View commit details
    Browse the repository at this point in the history
  11. GH-101: Portal Nav Transition / Animation Load

    Load the portal nav into place, then transition it into normal width.
    
    Give sidebar gentle push—not abruptly shove—when portal nav loads.
    wesleyboar committed May 28, 2021
    Configuration menu
    Copy the full SHA
    2dab985 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    75106d3 View commit details
    Browse the repository at this point in the history
  13. GH-101: Portal Nav Transition / Animation Migrate

    Migrate the new code of the previous commits to a stylesheet, so Docs can load it.
    wesleyboar committed May 28, 2021
    Configuration menu
    Copy the full SHA
    ffb69c9 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #237 from TACC/task/GH-101-header-redesign--portal…

    …-nav-load-transition
    wesleyboar committed May 28, 2021
    Configuration menu
    Copy the full SHA
    6776560 View commit details
    Browse the repository at this point in the history
  15. GH-101: Portal Nav Transition / Animation Fixes

    Ensure CMS & Docs and Portal load the correct styles for their need.
    wesleyboar committed May 28, 2021
    Configuration menu
    Copy the full SHA
    766a244 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #238 from TACC/task/GH-101-header-redesign--portal…

    …-nav-load-transition
    
    GH-101: Portal Nav (Load with Transition / Animation) - Bug Fixes / Missing Commit
    wesleyboar committed May 28, 2021
    Configuration menu
    Copy the full SHA
    670ca74 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    e38594d View commit details
    Browse the repository at this point in the history
  2. GH-101: Portal Nav Mobile - Link Style

    - Limit large nav link padding to CMS links.
    - Limit nav icon spacing depending on nav and screen width.
    - Split icon styles between compressed and expanded.
    - Add missing markup for `s-portal-nav` sample HTML.
    wesleyboar committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    1cb3cca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b39ed8 View commit details
    Browse the repository at this point in the history
  4. GH-101: Portal Nav Mobile - Use Mixin

    - New CSS plugin test for nested @extend's.
    - New mixin "mobile button".
    - Use mixin for mobile button styles in header.
    wesleyboar committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    ebeebe5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82bcdbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b266a00 View commit details
    Browse the repository at this point in the history
  7. GH-101: Portal Nav Mobile - Layout (Flex to Grid)

    - Confert "mobile button" layout from flex to grid.
    - Update "mobile button" instances accordingly.
    wesleyboar committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    c123c86 View commit details
    Browse the repository at this point in the history
  8. Hotfix: GH-101: Portal Nav Mobile (Grid Button)

    Do not set `display: grid` in `x-mobile-button`.
    wesleyboar committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    25412c2 View commit details
    Browse the repository at this point in the history
  9. GH-101: Portal Nav Mobile - Layout (Menu Pushdown)

    - Add more nav media queries.
    - Use new constants.
    - Shove Portal Nav up into Search Bar row (do not properly share 1 row).
    - Ensure icon spacing is accurate given different nav states.
    - Add background for Portal Nav & Search Bar "row".
    - Make all mobile dropdown menu items have same font size.
    - Retain wide portal nav for one breakpoint within collapsed navbar.
    - Limit Portal Nav load transition to when navbar is expanded.
    - Add new constants.
    wesleyboar committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    1ba0152 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    4e9fc7e View commit details
    Browse the repository at this point in the history
  2. GH-101: Cleanup

    - __New__: Migrate `s-header-….css` into to `s-header.css`.
    - _Minor_: Clearer comment in `c-branding`.
    - _Minor_: Migrate style specific to `tacc-search-bar` to its CSS file.
    - __Fix__: Resolve Docs bugs (caused by outdated Docs styles).
    - _Minor_: Clearer comments in `s-cms-nav`.
    - __New__: Refactor `s-header.css`.
    - _Minor_: Clearer comments in `s-portal-nav`.
    wesleyboar committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    99961d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec99140 View commit details
    Browse the repository at this point in the history
  4. GH-101: Search (Initial Commit)

    WARNING: Not tested on light theme, yet.
    
    - __Fix__: Remove "freeze variables".
    - __New__: Remove old, bad search styles.
    - __New__: Add new, good search styles.
    - _Minor_: Remove beginner comments about `position: relative`.
    - __New__: Add new utility for hiding elements.
    - __New__: Add new theme/env vars for search border and background.
    - __Fix__: Simplify search field markup.
    wesleyboar committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    faab92b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. GH-101: Search (Frontera Cleanup)

    Remove Frontera styles that are no longer necessary.
    wesleyboar committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    4b0fbe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab6d670 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f161f9 View commit details
    Browse the repository at this point in the history
  4. Quick: GH-101: New Test: Custom Selector Constant

    A custom selector is constant.
    
    One can not change a custom selector at runtime.
    wesleyboar committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    80d4bd4 View commit details
    Browse the repository at this point in the history
  5. Hotfix: GH-101: Match Portal+Docs Nav Breakpoint

    Use `navbar-expand-lg` (for now) to match Portal & Docs.
    
    Notes:
    - Ideally CSS can change media queries to match diff markup per subsite.
    - But there is NOT feasible CSS way to do this.
    - And the effort for a way it can be done (nesting rules) is too great.
    - So great an effort I might as well update Portal+Docs markup.
    wesleyboar committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    8eb65c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    135ae8d View commit details
    Browse the repository at this point in the history
  7. GH-101: Docs Side Nav to not cover Head Mobile Nav

    The Docs nav was covering the Header nav because of its z-index.
    
    Older use of z-index required excess application and values.
    
    Since browsers agreed on stacking context, z-index usage is simplified.
    wesleyboar committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    3a28cb1 View commit details
    Browse the repository at this point in the history
  8. GH-101: Must Not Apply CMS-Only CSS to Portal+Docs

    Explanation:
    - The selector `.s-header:not(.is-on-portal)` failed.
    - Because It affected Portal & Docs, which lack `.is-on-portal`.
    - It must be limited to CMS (until Portal & Docs have `.is-on-portal`).
    
    Other Changes:
    - Improved related comments.
    - Added and used `--nav-x-wide-and-...` custom media queries.
    wesleyboar committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    a35f0f7 View commit details
    Browse the repository at this point in the history
  9. GH-101: Fix Portal Nav Width Issues

    - _Minor_: Define variable (even if its absense breaks nothing).
    - __Fix__: Remove effort to half-match design.
    - _Minor_: Accept and note the deviation above.
    wesleyboar committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    48cfe06 View commit details
    Browse the repository at this point in the history
  10. GH-101: Fix Nav & Dropdown Spacing

    - __Fix__: Spacing values were wrong.
    - _Minor_: Reorganized Dropdown styles to mirror Nav style organization.
    wesleyboar committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    12a5b33 View commit details
    Browse the repository at this point in the history
  11. GH-101: Fix Nav Item Color When Dropdown is Shown

    - __Fix__: No background color for shown nav item dropdown.
    - _Minor_: Add missing comments for "Nav Link: State: Mobile/Desktop".
    wesleyboar committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    a428009 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e2dac14 View commit details
    Browse the repository at this point in the history
  13. GH-101: Fix Left & Right Spacing for Navbar

    - __Fix__: Make this spacing more match design.
    - __New__: Propogate constant renames and use new constants.
    - __New__: Distinguish `--header-navbar-...-pad` for mobile & normal.
    wesleyboar committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    0e088fd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2c23cfb View commit details
    Browse the repository at this point in the history
  15. GH-101: Add Fallback for backdrop-filter

    - __New__: Add CSS nesting support.
    - __New__: Add CSS nesting test case.
    - __Fix__: Darken background for browsers that cannot blur yet.
    - _MInor_: Fix other `backdrop-filter` instances.
    wesleyboar committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    dc4f7db View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    758e2ff View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6d24071 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    a438758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad61eb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    4eae6a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9afa98 View commit details
    Browse the repository at this point in the history
  3. GH-101: Add post-FP-526 Portal Nav icon styles

    These styles are temporary.
    wesleyboar committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    dddd850 View commit details
    Browse the repository at this point in the history
  4. GH-101: Prevent wrap "Log In" as Portal Nav slides

    Prevent the "Log In" text from wrapping when the Portal Nav slides in.
    wesleyboar committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    a57f89a View commit details
    Browse the repository at this point in the history
  5. GH-101: Narrow Portal Nav as Dropdown not Pushdown

    On narrow screens:
    - Make the Portal Nav be a dropdown (again).
    - Do not let the Portal Nav pushdown CMS menu—cover it instead.
    wesleyboar committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    a3afef9 View commit details
    Browse the repository at this point in the history
  6. GH-101: Portal Nav Layout Only Expanded or Compressed

    - Remove the distinction between two narrow layouts.
    - Just have one collapsed nav layout.
    wesleyboar committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    7d494c7 View commit details
    Browse the repository at this point in the history
  7. GH-101: Portal Nav Align with Screen not Parent

    Notes:
    - Portal Only (CMS and Docs do not have tis problem)
    - New file for Portal-specific code.
    
    What:
    - Align Portal Nav toggle to distance from right of screen, not parent.
    - Align Portal Nav menu to distance from right of screen, not parent.
    
    Why:
    - If aligned to right of parent, then it could appear off screen.
    - Because parent width matches body, which has min-width on Portal.
    - The screen may be narrower than body for certain Portal sections.
    wesleyboar committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    c570489 View commit details
    Browse the repository at this point in the history
  8. GH-101: Portal Nav Width Always Matches Parent

    On any screen width, nav dropdown width to be 100% of parent width.
    wesleyboar committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    043742f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5bcf328 View commit details
    Browse the repository at this point in the history
  10. GH-101: Equal Size Icons. Fix Dropdown Item Height

    - All header icons should always be the same size.
    - The dropdown item vert padding is slightly talller (to reach ~25px).
    - The dropdown item vert padding is now set correctly with variable.
    wesleyboar committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    da27bb1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7dce3fa View commit details
    Browse the repository at this point in the history
  12. GH-101: Fix Docs Icon Font Styling

    Fixes for CMS `task/GH-101` with `dev` Docs:
    - Hide all .sr-only instances
    - Overwrite TACC icon styles affecting Body
    - Overwrite ReadTheDocs/FontAwesome icon styles affecting Header
    wesleyboar committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    f3aab4c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    59a97d3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2f085fe View commit details
    Browse the repository at this point in the history
  15. GH-101: Add Space to Right of Standalone CMS Nav

    - Add space between standalone CMS nav and right side of screen.
    - Change value of and then use constant `--header-navbar-normal-right-pad`.
    - Better commenting for constant `--header-navbar-...-...-pad`.
    wesleyboar committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    4ac83fe View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. GH-101: Do not install plugin already within other

    Plugin postcss-preset-env includes all plugins for enabeld features.
    wesleyboar committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    ee3922e View commit details
    Browse the repository at this point in the history
  2. GH-101: Use :not selector w/ multiple selectors

    I added this feature in GH-101, but I forgot to use it.
    wesleyboar committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    fff0a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54635b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c38ceb View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    3b4435f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97c062a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b59765 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86da15a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    9b72c53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bff932 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Configuration menu
    Copy the full SHA
    3a6d891 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    e08b64f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    f335655 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    b669659 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    e69b89b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29dbee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deec8d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    e165cc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    c31b7e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    a0fa1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe9de08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6401683 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    2e4c19f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    b786c3c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    73e6190 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    9d5c68a View commit details
    Browse the repository at this point in the history