Closed
Bug 1160832
Opened 8 years ago
Closed 8 years ago
Clean up styling for links in the Add-ons Manager
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
Details
Attachments
(1 file)
1.05 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
- No styling for .text-link needed, global/in-content/common.css takes care of it - .button-link should only be underlined with :hover, to match common.css - .button-link:hover color should be #178ce5, to match common.css
Comment 1•8 years ago
|
||
Comment on attachment 8600659 [details] [diff] [review] patch Review of attachment 8600659 [details] [diff] [review]: ----------------------------------------------------------------- ::: toolkit/themes/shared/extensions/extensions.inc.css @@ +983,5 @@ > background-color: transparent; > } > > /* Needed to override normal button style from inContent.css */ > button.button-link:not([disabled="true"]):active:hover { The active state color should be orange as well, according to common.css
Comment 2•8 years ago
|
||
Comment on attachment 8600659 [details] [diff] [review] patch Review of attachment 8600659 [details] [diff] [review]: ----------------------------------------------------------------- r+ with Tim's change.
Attachment #8600659 -
Flags: review?(dtownsend) → review+
Comment 4•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/77f5a6d23ffc
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•