fix(footer): use cursor pointer on feedback in footer

This commit is contained in:
Eric Jimenez
2016-04-29 11:45:58 -04:00
committed by Naomi Black
parent b89647add4
commit 36308fe5f6
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -40,10 +40,10 @@ else
h3.text-headline HELP
ul.text-body
li <a class="main-nav-button" href="/contribute.html"> Contribute</a>
li <a href="/contribute.html"> Contribute</a>
li <a href="/support.html">Support Page</a>
li <a href="https://github.com/angular/angular/issues"> File a Ticket</a>
li <a ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> Feedback on this Page</a>
li <a class="footer-feedback" ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> Product Feedback</a>
.c3
h3.text-headline COMMUNITY
+4
View File
@@ -8,6 +8,10 @@
*/
.main-footer {
.footer-feedback {
cursor: pointer;
}
nav {
h3 {
font-size: 21px;