From b310dd9906e8cabb7d7a77802ffaf5de60a768bc Mon Sep 17 00:00:00 2001 From: "dolske@mozilla.com" Date: Sun, 27 Jan 2008 21:45:25 -0800 Subject: [PATCH] Bug 402992 - Do not switch to a hand cursor on favicon hover. [regressed by Proto, same change as previously reviewed] --- browser/themes/pinstripe/browser/browser.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/browser/themes/pinstripe/browser/browser.css b/browser/themes/pinstripe/browser/browser.css index 40832d6edb96..8d9ecaaddbbe 100755 --- a/browser/themes/pinstripe/browser/browser.css +++ b/browser/themes/pinstripe/browser/browser.css @@ -691,7 +691,6 @@ toolbar[mode="icons"][currentset*="back-button,forward-button"] #forward-button[ } #page-proxy-deck { - cursor: -moz-grab; -moz-margin-start: 11px; margin-bottom: 1px; opacity: 1.0; @@ -1004,10 +1003,6 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { -moz-user-focus: normal; } -.tabbrowser-tab[selected="true"] > .tab-image-middle > .tab-icon { - cursor: -moz-grab; -} - .tabbrowser-tab > .tab-image-middle > .tab-text { outline: 1.4pt solid transparent; }