taeche / SoDoEx

Other
0 stars 0 forks source link

On My Account Page, the linkable text is not very obvious #13

Closed taeche closed 8 years ago

taeche commented 8 years ago

SUMMARY: The hyperlink text are not very obvious and requires additional text formatting.

REPRO:

  1. Navigate to the My Account
  2. Log on

ACTUAL RESULTS: The "Sign out" and "edit your password and account details." have the same text format as other text and it's not easily distinguishable

EXPECTED RESULTS: The "Sign out" and "edit your password and account details." should follow the hyperlink formatting standard.

daypekr commented 8 years ago

Fixed and deployed to DEV site. Since a css file modified, please refresh several times when you connect the my account page to check this out, so the browser load modified css rather than the cashed one.

daypekr commented 8 years ago

Can I deploy this to the Production?

taeche commented 8 years ago

It's too dark. Let's use lighter blue like the link below. view it on GitHub

Date: Fri, 18 Mar 2016 00:24:32 -0700 From: notifications@github.com To: SoDoEx@noreply.github.com CC: tae.chekal@outlook.com Subject: Re: [SoDoEx] On My Account Page, the linkable text is not very obvious (#13)

Can I deploy this to the Production?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

daypekr commented 8 years ago

The link color is the same as view it on GitHub. It is default link color of HTML document. The thing is that I set them Bold to emphasize which cause you to feel them darker.

I removed the Bold and added underline so that users can be noticed them as links intuitively.

Please check it out on DEV site.

FYI:

Without underline: image

With underline: image

taeche commented 8 years ago

Looks better. Ship it.

Date: Sat, 19 Mar 2016 00:48:20 -0700 From: notifications@github.com To: SoDoEx@noreply.github.com CC: tae.chekal@outlook.com Subject: Re: [SoDoEx] On My Account Page, the linkable text is not very obvious (#13)

The link color is the same as view it on GitHub.

It is default link color of HTML document.

The thing is that I set them Bold to emphasize which cause you to feel them darker.

I removed the Bold and added underline so that users can be noticed them as links intuitively.

Please check it out on DEV site.

FYI:

Without underline:

With underline:

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

daypekr commented 8 years ago

Deployed to production.