fix(footer): use cursor pointer on feedback in footer
This commit is contained in:
parent
b89647add4
commit
36308fe5f6
@ -40,10 +40,10 @@ else
|
|||||||
h3.text-headline HELP
|
h3.text-headline HELP
|
||||||
|
|
||||||
ul.text-body
|
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="/support.html">Support Page</a>
|
||||||
li <a href="https://github.com/angular/angular/issues"> File a Ticket</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
|
.c3
|
||||||
h3.text-headline COMMUNITY
|
h3.text-headline COMMUNITY
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.main-footer {
|
.main-footer {
|
||||||
|
.footer-feedback {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user