1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-28 11:00:38 +12:00
uMatrix/src
Deathamns 9313a7f16b Element picker tweaks
- Indentation whitespace fixes.
- Use built-in getBoundingClientRect() function instead of self-made.
- Use built-in DOM API for manipulating the class attributes instead of
  altering the className property.
- Add pointer-events: none to the svgRoot when using
  document.elementFromPoint(), but if the browser (older Safari for
  example) doesn't take the pointer-events into account, then fall back to
  display: none.
- Initiate every part of the picker at the same time; when the message is
  received from the background. This way the selected element will have
  the red overlay immediately, instead of showing first the black overlay,
  then a few milliseconds later the red.
2015-04-10 19:37:25 -04:00
..
_locales reorganizing, preparing move to vAPI 2015-04-10 17:06:49 -04:00
css this fixes #82 2014-12-12 13:52:13 -05:00
img reorganizing, preparing move to vAPI 2015-04-10 17:06:49 -04:00
js Element picker tweaks 2015-04-10 19:37:25 -04:00
lib no longer needed 2014-10-31 18:52:57 -04:00
about.html rtl languages friendly: issue #29 2014-11-03 14:27:59 -05:00
asset-viewer.html work on many things, need more 2014-10-23 19:40:48 -04:00
background.html this fixes #10 2014-10-25 23:30:43 -04:00
dashboard.html this addresses some of #28 issues 2014-11-01 12:22:44 -04:00
hosts-files.html work on many things, need more 2014-10-23 19:40:48 -04:00
info.html just reordering labels 2014-11-05 18:54:08 -05:00
popup.html vertical ellispsis instead 2014-11-25 17:56:32 -02:00
privacy.html this fixes #59 2014-11-19 23:17:24 -02:00
settings.html re #89: fixed using non-compliant color 2015-01-12 22:40:52 -05:00
user-rules.html export must be on left side since permanent rules are exported 2014-11-07 18:29:13 -05:00