From 02b75797051e48d10e58408e22ef8dfacc2d1ad7 Mon Sep 17 00:00:00 2001 From: Kevin Grandon Date: Sat, 18 Jan 2014 10:34:20 -0800 Subject: [PATCH] Bug 958582 - Follow-up, pointer-events fix r=me --- apps/system/style/statusbar/statusbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/system/style/statusbar/statusbar.css b/apps/system/style/statusbar/statusbar.css index 350b65ef8569..889c8bd0f1a2 100644 --- a/apps/system/style/statusbar/statusbar.css +++ b/apps/system/style/statusbar/statusbar.css @@ -56,6 +56,7 @@ body:not(.rb-enabled) #statusbar-title { } #statusbar-icons { + pointer-events: none; flex-grow: 1; flex-shrink: 0; min-width: 33%;