Change :not(:disabled) to :enabled in CSS files
Categories
(Toolkit :: Themes, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: ntim, Assigned: mick, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=css])
Attachments
(1 file, 3 obsolete files)
https://searchfox.org/mozilla-central/search?q=%3Anot%28%3Adisabled&path=&case=false®exp=false
:not(:disabled) -> :enabled
:not(:disabled, X) -> :enabled:not(X)
You should not change test usages in this list.
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
HI Tim,
I work on this bug.
Thanks
Abhishek
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D100886
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Hi Tim,
I submit the patch. I changed in toolkit/components/printing/content/print.css. I have to change :not(:disabled)to :enabled in all folder like
browser/components/extensions/extension.css
browser/components/protections/content/protections.js
devtools/client/application/src/components/ui/UIButton.css
devtools/client/debugger/src/components/shared/Button/styles/CommandBarButton.css
devtools/client/themes/common.css
toolkit/components/printing/content/print.css
toolkit/themes/shared/in-content/common.inc.css
or only in toolkit folder.
Assignee | ||
Comment 4•4 years ago
|
||
Can you please review it.
Thanks
Abhishek
Reporter | ||
Comment 5•4 years ago
|
||
(In reply to Abhishek Sharma from comment #3)
Hi Tim,
I submit the patch. I changed in toolkit/components/printing/content/print.css. I have to change :not(:disabled)to :enabled in all folder like
browser/components/extensions/extension.css
browser/components/protections/content/protections.js
devtools/client/application/src/components/ui/UIButton.css
devtools/client/debugger/src/components/shared/Button/styles/CommandBarButton.css
devtools/client/themes/common.css
toolkit/components/printing/content/print.css
toolkit/themes/shared/in-content/common.inc.cssor only in toolkit folder.
All files except test files, so yes, the files you mentioned should be updated.
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D101130
Assignee | ||
Comment 7•4 years ago
|
||
Hi Tim,
I changed in all the files that you mentioned above. Can you please review it.
Thanks
Abhishek
Assignee | ||
Comment 8•4 years ago
|
||
Depends on D101268
Assignee | ||
Comment 9•4 years ago
|
||
Hi Tim,
I combine three patches in one but it does not show.
Abhishek
Reporter | ||
Comment 10•4 years ago
|
||
The introduction channel on chat.mozilla.org should be able to help you.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 11•4 years ago
|
||
Depends on D101130
Updated•4 years ago
|
Assignee | ||
Comment 12•4 years ago
|
||
Hi Tim,
I remove the // and also add :enabled outside . Can you please review it.
I hope this time submit the patch.
Thanks
Abhishek
Updated•4 years ago
|
Updated•4 years ago
|
Comment 13•4 years ago
|
||
Comment 14•4 years ago
|
||
bugherder |
Assignee | ||
Comment 15•4 years ago
|
||
Hi Tim,
Can u give me other bugs . Its great to work with you. Thanks for helping me in every step and sorry for late work.
Abhishek
Reporter | ||
Comment 16•4 years ago
|
||
(In reply to Abhishek Sharma from comment #15)
Hi Tim,
Can u give me other bugs . Its great to work with you. Thanks for helping me in every step and sorry for late work.Abhishek
No problem, it's a pleasure to help :)
I don't think I have any more bugs I can suggest on my side. I would suggest checking https://codetribute.mozilla.org/ regarding which topic interests you and choosing a bug from there, or maybe Sylvestre has a bug to suggest?
Comment 17•4 years ago
|
||
Sure, here is a few:
https://bugzilla.mozilla.org/show_bug.cgi?id=1688511
https://bugzilla.mozilla.org/show_bug.cgi?id=1688509
https://bugzilla.mozilla.org/show_bug.cgi?id=1688510
Description
•