Merge Request #49

Merged
noosfero-themes/angular-theme!49
Created by Michel Felipe

Search ui - Fix CSS :hover

Fix the error on the screen below:

search-hover-error

Solution: Added to skin-yellow a specific css :hover to subtheme angular-participa-consulta

Assignee: Francisco Júnior
Milestone: None

Merged by Michel Felipe

Source branch has been removed
Commits (1)
2 participants
themes/angular-participa-consulta/app/layout/skins/_yellow.scss
... ... @@ -53,4 +53,12 @@
53 53 }
54 54 }
55 55  
  56 + .navbar {
  57 + .navbar-nav .btn-nav {
  58 + &:hover {
  59 + background-color: $selected-color;
  60 + }
  61 + }
  62 + }
  63 +
56 64 }
... ...