From 80fcf5abe3cea998b49224eb3553eed6f9f000b7 Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Thu, 2 Nov 2017 11:40:37 -0400 Subject: [PATCH] Treat buttons and dropdown as links (pointer cursor) (#203) --- www/assets/landing.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/assets/landing.css b/www/assets/landing.css index 28cf773..09f6da2 100644 --- a/www/assets/landing.css +++ b/www/assets/landing.css @@ -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 {