Closed
Bug 936593
Opened 11 years ago
Closed 11 years ago
Allow overriding button's active color
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 28
People
(Reporter: wesj, Assigned: wesj)
References
Details
Attachments
(1 file, 1 obsolete file)
688 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Currently we set the :active state on buttons to a background-color: gray !important. Because we use important, its pretty tough (impossible?) to override. We should remove the if we don't need it.
We're competing with styles in forms.css, so we may have needed the !important for that. If thats the case, we should try to find a way around it, but I have a feeling this is just hold-over from a mistake.
Assignee | ||
Comment 1•11 years ago
|
||
This works fine on a simple test page. I think we should take it on nightly for a bit to test.
Attachment #829441 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 2•11 years ago
|
||
Now with code!
Attachment #829441 -
Attachment is obsolete: true
Attachment #829441 -
Flags: review?(mark.finkle)
Attachment #829442 -
Flags: review?(mark.finkle)
Comment 3•11 years ago
|
||
Comment on attachment 829442 [details] [diff] [review]
Patch
Let's try it
Attachment #829442 -
Flags: review?(mark.finkle) → review+
Updated•11 years ago
|
Assignee: nobody → wjohnston
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 28
Comment 6•11 years ago
|
||
See bug 945251
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•