From fba47f78fd455a9da84a4fcb0dc82bece49fcf82 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Thu, 21 Feb 2019 14:29:28 -0500 Subject: [PATCH] Generic menu button tooltip and tweak menu item cursors --- popup/popup.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/popup/popup.css b/popup/popup.css index 17a3e693..77b5bbc7 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -337,7 +337,6 @@ a.configure[target="_blank"] .svg-icon.config { border: none; align-items: center; padding: 0 0 0 20px; - cursor: pointer; height: 24px; background: none; text-decoration: none; @@ -345,10 +344,13 @@ a.configure[target="_blank"] .svg-icon.config { .entry.menu-active.accessible-items .menu-item { display: flex; } +.entry .menu-item.delete { + cursor: pointer; +} .entry .menu-item.delete:hover { color: #000; } -.entry .menu-item.delete > span { +.entry .menu-item > span { margin-top: 1px; } .entry .menu-item:hover, @@ -366,7 +368,7 @@ a.configure[target="_blank"] .svg-icon.config { .entry .menu-item.disabled { opacity: 0.5; background-color: transparent; - cursor: default; + cursor: help; } /* checkbox */