Skip to content

Commit

Permalink
fix(links): remove default underline
Browse files Browse the repository at this point in the history
[Fixes #82740244]

Signed-off-by: Geoff Pleiss <gpleiss@pivotallabs.com>
  • Loading branch information
S. Monty Suwannukul committed Nov 14, 2014
1 parent 1e19a4f commit 68da716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ a{

a:hover {
cursor: pointer;
text-decoration: none;
}


Expand All @@ -38,7 +39,6 @@ a:hover {
color: $link-lowlight-color;
&:hover {
color: $link-lowlight-hover-color;
text-decoration: none;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ $text-color: $gray-3 !default;
// -------------------------

$link-color: $blue-2;
$link-hover-color: $blue-1;
$link-hover-color: $dark-1;

$link-lowlight-color: $blue-4;
$link-lowlight-hover-color: $blue-2;
Expand Down

0 comments on commit 68da716

Please sign in to comment.