Bug 1219861 - Remove not-allowed cursor on disabled buttons on in-content pages. r=dao

This commit is contained in:
Boris Kudryavtsev 2015-11-08 00:30:00 +01:00
parent b548c6a00b
commit 188e33c316
2 changed files with 0 additions and 8 deletions

View File

@ -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;

View File

@ -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;
}