From 5dd5ea66ceae5edcbc194962ddb511056a6d28f4 Mon Sep 17 00:00:00 2001 From: Boris Kudryavtsev Date: Sun, 8 Nov 2015 00:30:00 +0100 Subject: [PATCH] Bug 1219861 - Remove not-allowed cursor on disabled buttons on in-content pages. r=dao --- browser/themes/shared/aboutCertError.css | 7 ------- toolkit/themes/shared/in-content/common.inc.css | 1 - 2 files changed, 8 deletions(-) diff --git a/browser/themes/shared/aboutCertError.css b/browser/themes/shared/aboutCertError.css index e406eec1f3fa..6cfe41cdbc40 100644 --- a/browser/themes/shared/aboutCertError.css +++ b/browser/themes/shared/aboutCertError.css @@ -53,13 +53,6 @@ body { flex: 1; } -/* Pressing the retry button will cause the cursor to flicker from a pointer to - * not-allowed. Override the disabled cursor behaviour since we will never show - * the button disabled as the initial state. Remove this in Bug 1219861. */ -button:disabled { - cursor: pointer; -} - #returnButton { background-color: var(--in-content-primary-button-background); border: none; diff --git a/toolkit/themes/shared/in-content/common.inc.css b/toolkit/themes/shared/in-content/common.inc.css index 38731ca4e2be..1f37ce2cf23d 100644 --- a/toolkit/themes/shared/in-content/common.inc.css +++ b/toolkit/themes/shared/in-content/common.inc.css @@ -210,7 +210,6 @@ html|button:disabled, xul|button[disabled="true"], xul|colorpicker[type="button"][disabled="true"], xul|menulist[disabled="true"] { - cursor: not-allowed; opacity: 0.5; }