From 75449afb6c868ebd2a2db72fe4ee7ae4dcab7557 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sat, 28 Jan 2017 00:50:36 +0530 Subject: [PATCH] fix click on saved items. fixes #54 --- src/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/style.css b/src/style.css index 4610729..9f12bd2 100644 --- a/src/style.css +++ b/src/style.css @@ -33,6 +33,7 @@ a { text-decoration: none; color: crimson; cursor: pointer; } .tac { text-align: center; } .full-width { width: 100%; } .opacity--30 { opacity: 0.3; } +.pointer-none { pointer-events: none; } [class*="hint--"]:after { text-transform: none; @@ -483,11 +484,13 @@ li.CodeMirror-hint-active { color: #555; } .saved-item-tile__title { + pointer-events: none; font-size: 1.6em; margin: 0 0 1em 0; opacity: 0.8; } .saved-item-tile__meta { + pointer-events: none; opacity: 0.3; } .saved-items-pane__container {