gorhill / uMatrix

uMatrix: Point and click matrix to filter net requests according to source, destination and type
GNU General Public License v3.0
4.56k stars 473 forks source link

hint to dropdown interaction #815

Closed gcb closed 6 years ago

gcb commented 6 years ago

This will show a down arrow on the popup's scope dropdown. It took me ages to figure that was a drop down!

The css selector is hacky and specialized because that was the only dropdown i found. If there are others, let me know and i will try to create a more generic selector that can be added to any element's class list. Treated this one specially because the scope element is pretty special already.

gorhill commented 6 years ago

It took me ages to figure that was a drop down!

Yes, the scope selector was bothering me exactly for this reason. This was fixed in 1.1.8 with the new scope selector as suggested in https://github.com/gorhill/uMatrix/issues/821#issuecomment-345740820.