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

Header navigation hover state overflows the header #221

Closed
nahurst opened this issue Feb 13, 2015 · 18 comments
Closed

Header navigation hover state overflows the header #221

nahurst opened this issue Feb 13, 2015 · 18 comments

Comments

@nahurst
Copy link

nahurst commented Feb 13, 2015

The black hover state you see when hovering over header navigation links is bigger than the header. This happens on the latest Chrome and Firefox on OS X.
header-hover

@juliaelman
Copy link
Contributor

@nahurst thanks for pointing this out! I believe this is an intentional design decision by the original creator, hence the drop-shadow effect around the button.

@minamarkham @Cara-Jo thoughts on this? Is this something we want to change?

@kstack7
Copy link
Collaborator

kstack7 commented Feb 13, 2015

I also thought this was intentional
On Feb 13, 2015 6:13 PM, "Julia Elman" notifications@github.com wrote:

@nahurst https://github.com/nahurst thanks for pointing this out! I
believe this is an intentional design decision by the original creator,
hence the drop-shadow effect around the button.

@minamarkham https://github.com/minamarkham @Cara-Jo
https://github.com/Cara-Jo thoughts on this? Is this something we want
to change?


Reply to this email directly or view it on GitHub
#221 (comment)
.

@minamarkham
Copy link
Contributor

Pretty sure it's intentional, but just in case, here's what it looks like "fixed":

Hover

@Cara-Jo
Copy link
Member

Cara-Jo commented Feb 14, 2015

It is an intentional design decision. H0wever, the drop shadow is not consistent with any other branding guidelines that we have in place. So I'm up for removing the drop shadow, but I kind of like the tab look.

@juliaelman
Copy link
Contributor

@Cara-Jo cool! Thank you for your feedback 💃

@nahurst thoughts?

@nahurst
Copy link
Author

nahurst commented Feb 16, 2015

I like the newer/aligned version.

@kstack7
Copy link
Collaborator

kstack7 commented Feb 16, 2015

Is that new example totally aligned? Seems a pixel off still...

@minamarkham
Copy link
Contributor

I think it is. It was a quick and dirty in the browser mockup.

@kstack7
Copy link
Collaborator

kstack7 commented Feb 16, 2015

OH okay! That's fair just hoping that was seen by all haha

I feel like I can't unsee the tabs now though! Aligned seems too plain...

@kstack7
Copy link
Collaborator

kstack7 commented May 4, 2015

Where do we stand with this? Love/hate the tab look? Let's finalize or close this :)

@therufs
Copy link
Contributor

therufs commented May 4, 2015

Is there a place we can see the tab version w/o the drop shadow?

@kstack7
Copy link
Collaborator

kstack7 commented May 4, 2015

I think the best option is to use DevTools (I prefer Chrome) to disable the CSS

@ media screen and (min-width: 500px)
header nav a:hover {
background-color: #282828;
color: #fbcfc6;
/* box-shadow: 0.025rem 0.025rem 0.5rem #282828; */
}

This is the result when hovering and active:

screen shot 2015-05-03 at 11 09 06 pm

@kstack7
Copy link
Collaborator

kstack7 commented May 4, 2015

^ woops haha put a space between @ and media to not activate the tag

@DBNess
Copy link
Member

DBNess commented May 4, 2015

👍 to removing the drop shadow! thanks @kstack7. I could take or leave the oversized tabs - I agree with @nahurst that they looked a bit like a bug before, but they look cleaner without the drop shadow so I'd be okay leaving them if @Cara-Jo & others would like to, or I'd be down for a slimmed version like what @minamarkham proposed.

tl:dr; win-win-win but drop the drop shadow?

@kstack7
Copy link
Collaborator

kstack7 commented May 4, 2015

Yeah I think what kept them from looking like a bug to me is the fact the text centered when hovered/active. Otherwise I think it'd look way off. I'm down with dropping the shadow and leaving the rest as it is 👍

@therufs
Copy link
Contributor

therufs commented May 5, 2015

I feel like it looks a little less polished without the shadow, but agree it doesn't go with anything else. Herm.

Either way, another 👍 for tabs :)

@kstack7
Copy link
Collaborator

kstack7 commented May 13, 2015

Shadows-be-gone: https://girl-develop-it-staging.herokuapp.com/

@DBNess
Copy link
Member

DBNess commented May 13, 2015

\o/!

On Wednesday, May 13, 2015, Kristen notifications@github.com wrote:

Shadows-be-gone: https://girl-develop-it-staging.herokuapp.com/


Reply to this email directly or view it on GitHub
#221 (comment)
.

Vanessa Hurst
Co-Founder | Girl Develop It http://www.girldevelopit.com | @girldevelopit
http://twitter.com/girldevelopit

Girl Develop It http://girldevelopit.com/ teaches women to code in over
45 cities
CodeMontage http://www.codemontage.com/ empowers coders to change the
world
Women coders break new ground, and stereotypes - TODAY show
http://www.today.com/video/today/53924117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants