Treat buttons and dropdown as links (pointer cursor) (#203)
This commit is contained in:
committed by
Marcos Nils
parent
41f036416c
commit
80fcf5abe3
@@ -50,6 +50,9 @@ body {
|
||||
padding: .75rem 1.5rem;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.btn.dropdown-toggle, .dropdown-menu a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Supporting marketing content */
|
||||
.marketing {
|
||||
|
||||
Reference in New Issue
Block a user