Closed Bug 1503673 Opened 7 years ago Closed 7 years ago

Use a other dropmarker icon after the removal of panel-dropmarker.png in bug 1502731

Categories

(Thunderbird :: Theme, enhancement)

All
macOS
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 65.0

People

(Reporter: Paenglab, Assigned: Paenglab)

Details

Attachments

(2 files)

On Mac we used the panel-dropmarker.png which is removed now.
Arshad, this is a Mac only bug. The dropmarker is in the edit address panel when you click on the star in message header. I also fixed the toolbarbutton dropmarker.
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #9021622 - Flags: review?(arshdkhn1)
Comment on attachment 9021622 [details] [diff] [review] 1503673-dropmarker.patch Review of attachment 9021622 [details] [diff] [review]: ----------------------------------------------------------------- ::: mail/themes/osx/mail/editContactPanel.css @@ +80,5 @@ > } > > #editContactAddressBookList > .menulist-dropmarker > .dropmarker-icon { > + list-style-image: url(chrome://messenger/skin/icons/toolbarbutton-arrow.svg); > + -moz-context-properties: fill; what does -moz-context-properties do? ::: mail/themes/osx/mail/messenger.css @@ +646,5 @@ > background-color: transparent !important; > margin: 1px; > } > > +button .dropmarker-icon { where can i find a button with dropmarker inside?
-.dropmarker-icon { +button .dropmarker-icon { I think this is what the change is fixing. The "Get Messages" and "Write" buttons are <toolbarbutton>, so prefixing the rule with button will make sure the black icon is only set for <button> and not for <toolbarbutton>
> ::: mail/themes/osx/mail/editContactPanel.css > @@ +80,5 @@ > > } > > > > #editContactAddressBookList > .menulist-dropmarker > .dropmarker-icon { > > + list-style-image: url(chrome://messenger/skin/icons/toolbarbutton-arrow.svg); > > + -moz-context-properties: fill; > > what does -moz-context-properties do? Setting this allows you to use the fill property directly from the CSS to modify the SVG fill.
I can not more write than what Tim wrote in comment 3 and 4.
Attachment #9021622 - Flags: review?(arshdkhn1) → review+
(In reply to Tim Nguyen :ntim (please use needinfo?) from comment #3) > Created attachment 9021889 [details] > Black dropmarkers on dark theme > > -.dropmarker-icon { > +button .dropmarker-icon { > > I think this is what the change is fixing. > > The "Get Messages" and "Write" buttons are <toolbarbutton>, so prefixing the > rule with button will make sure the black icon is only set for <button> and > not for <toolbarbutton> Thanks ntim.
Keywords: checkin-needed
Pushed by mozilla@jorgk.com: https://hg.mozilla.org/comm-central/rev/53c3270b2956 On macOS use toolbarbutton-arrow.svg instead of panel-dropmarker.png removed in bug 1502731. r=arshad
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 65.0
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: