From b1613953b02678786278e119ba4627ffd4c278bf Mon Sep 17 00:00:00 2001 From: Neale Upstone Date: Mon, 16 Apr 2018 17:31:13 +0100 Subject: [PATCH] Avoid use of href for tab navigation - breaks right click - bad UX gh-110 --- components/ca-nav.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/ca-nav.html b/components/ca-nav.html index 3b708a0..551b30e 100644 --- a/components/ca-nav.html +++ b/components/ca-nav.html @@ -35,6 +35,10 @@ ca-nav li:last-child { border-bottom: 0; } + + ca-nav > nav > ul > li > a { + cursor: pointer; + }