TACC / tup-ui

React client for TACC User Portal
2 stars 0 forks source link

task/tup-672 adjusts last c-feed-list font-size #402

Closed R-Tomas-Gonzalez closed 6 months ago

R-Tomas-Gonzalez commented 6 months ago

Overview

Makes a slight adjustment for the last-child a tag to be 14px same as above links

Related

Changes

  1. Gets rid of duplicate .c-feed-list > a:last-child selector
  2. Adjusts the size of the .c-feed-list > a:last-child element

Testing

  1. View the last a tag of the .c-feed-list element. Make sure the buttons are not 14px, but the last a tag is.

UI

Before
Screenshot 2024-01-02 at 5 28 28 PM
Screenshot 2024-01-02 at 5 28 36 PM
Screenshot 2024-01-02 at 5 28 44 PM
After
Screenshot 2024-01-02 at 5 29 37 PM
Screenshot 2024-01-02 at 5 29 46 PM
Screenshot 2024-01-02 at 5 29 56 PM

Notes