Treat buttons and dropdown as links (pointer cursor) (#203)

This commit is contained in:
Michael Irwin
2017-11-02 11:40:37 -04:00
committed by Marcos Nils
parent 41f036416c
commit 80fcf5abe3

View File

@@ -50,6 +50,9 @@ body {
padding: .75rem 1.5rem; padding: .75rem 1.5rem;
font-size: 1.5rem; font-size: 1.5rem;
} }
.btn.dropdown-toggle, .dropdown-menu a {
cursor: pointer;
}
/* Supporting marketing content */ /* Supporting marketing content */
.marketing { .marketing {