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)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 65.0
People
(Reporter: Paenglab, Assigned: Paenglab)
Details
Attachments
(2 files)
|
1.86 KB,
patch
|
arshad
:
review+
|
Details | Diff | Splinter Review |
|
25.09 KB,
image/png
|
Details |
On Mac we used the panel-dropmarker.png which is removed now.
| Assignee | ||
Comment 1•7 years ago
|
||
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 2•7 years ago
|
||
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?
Comment 3•7 years ago
|
||
-.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>
Comment 4•7 years ago
|
||
> ::: 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.
Updated•7 years ago
|
Attachment #9021622 -
Flags: review?(arshdkhn1) → review+
Comment 6•7 years ago
|
||
(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.
| Assignee | ||
Updated•7 years ago
|
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
Updated•7 years ago
|
Target Milestone: --- → Thunderbird 65.0
You need to log in
before you can comment on or make changes to this bug.
Description
•