Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Improved hover css
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Elias committed Jun 23, 2014
1 parent 045a29b commit 8260a0e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/scss/nav-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,17 @@

a {
text-decoration: none;
color: #fff;
cursor: pointer;
}

a:focus,
#{$o-hoverable-if-hover-enabled} & a:hover {
outline: none;
color: oColorsGetColorFor(link-alt-hover, text);
i {
color: oColorsGetColorFor(link-alt-hover, text);
color: #ffffff;

#{$o-hoverable-if-hover-enabled} &:hover {
color: oColorsGetColorFor(link-alt-hover, text);
}
}



[data-o-hierarchical-nav-level] {
li {
position: relative;
Expand All @@ -50,7 +48,6 @@

i {
@include oFtIconsBaseIconStyles();
color: #ffffff;
}

[aria-controls] > a,
Expand Down

0 comments on commit 8260a0e

Please sign in to comment.