Skip to content

Commit

Permalink
[2375] Add hover icon to faceted navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 15, 2012
1 parent 72691c8 commit bb8e2c9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ckan/public/base/less/nav.less
Expand Up @@ -30,6 +30,20 @@
.secondary .nav-simple > li > a {
padding-left: @secondary-module-margin-x;
padding-right: @secondary-module-margin-x;
position: relative;
}

.secondary .nav-simple > li > a:hover:after {
content: "";
display: block;
position: absolute;
top: 50%;
right: 5px;
width: 17px;
height: 17px;
margin-top: -8px;
background: url("@{image-path}/sprite-ckan-icons.png") no-repeat;
background-position: -17px 0;
}

.secondary .nav-simple > li.selected > a {
Expand Down

0 comments on commit bb8e2c9

Please sign in to comment.