johngraciliano / simplewhite

A minimal theme for Mozilla Firefox.
https://addons.mozilla.org/addon/simplewhitex/
Mozilla Public License 2.0
44 stars 4 forks source link

Drop-down icon visible in Back/Forward buttons (FF55) #49

Closed wavexx closed 6 years ago

wavexx commented 7 years ago

I'm trying FF 55 (linux/debian here) for testing purposes, and I noticed that it introduces some quirks in the theme. The back/forward buttons in the toolbar now appear with the little down-down triangle within:

2017-07-08t150512

Aside from that, I didn't notice any other issue.

suishouen commented 7 years ago

See https://github.com/johngraciliano/simplewhite/issues/45#issuecomment-304408247

wavexx commented 7 years ago

On Sat, Jul 08 2017, suishouen wrote:

See #45 (comment)

Doesn't seem right, this will hide also extension's drop makers. I'd go for something more conservative as:

back-button .toolbarbutton-menu-dropmarker,

forward-button .toolbarbutton-menu-dropmarker

{ display: none }

suishouen commented 7 years ago

You may be right. I use no extensions having drop makers, so I don't think of them.

johngraciliano commented 6 years ago

I tried fixing this here.

johngraciliano commented 6 years ago

This is now fixed in the latest release.

wavexx commented 6 years ago

On Mon, Jul 31 2017, johngraciliano wrote:

This is now fixed in the latest release.

Works perfectly. Thanks!