seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Link component - Remove underline and update text color #50

Closed natalynyu closed 4 years ago

natalynyu commented 4 years ago

This PR creates a new Link component that extends the React Link. It updates the style by removing the underline in its normal state and adding an underline on the hover state. We are also utilizing Mark-One's info color for the link.

Types of changes

Checklist:

Priority:

Related Issues:

Addresses #163

codecov[bot] commented 4 years ago

Codecov Report

Merging #50 into develop will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop       #50   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           23        26    +3     
  Lines          244       314   +70     
  Branches        19        27    +8     
=========================================
+ Hits           244       314   +70     
Impacted Files Coverage Δ
src/Links/Link.tsx 100.00% <100.00%> (ø)
src/Forms/ValidationErrorMessage.tsx 100.00% <0.00%> (ø)
src/Forms/TextInput.tsx 100.00% <0.00%> (ø)
src/Forms/Label.tsx 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bf97fb2...9e6aeb8. Read the comment docs.