Overview
Comment: | [fx] WebExt: invisible panel marker must be “visible” to be retrieved by innerText |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fx | webext3 |
Files: | files | file ages | folders |
SHA3-256: |
8eaecc0c9601ed52c096c0dae541a81b |
User & Date: | olr on 2017-10-12 11:02:01 |
Other Links: | branch diff | manifest | tags |
Context
2017-10-13
| ||
12:07 | [fx] right-clicked node in main object check-in: 8ef28ff1b3 user: olr tags: fx, webext3 | |
2017-10-12
| ||
11:02 | [fx] WebExt: invisible panel marker must be “visible” to be retrieved by innerText check-in: 8eaecc0c96 user: olr tags: fx, webext3 | |
10:48 | [fx] WebExt: use innerText instead of textContent to retrieve page text check-in: 45611cc1b5 user: olr tags: fx, webext3 | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel.css from [1284de6bee] to [021aa4bf30].
︙ | ︙ | |||
38 39 40 41 42 43 44 | padding: 10px 20px; } .grammalecte_panel_label { display: inline-block; padding: 0 10px; } .grammalecte_panel_invisible_marker { | < | > > | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | padding: 10px 20px; } .grammalecte_panel_label { display: inline-block; padding: 0 10px; } .grammalecte_panel_invisible_marker { position: absolute; /*visibility: hidden;*/ font-size: 6px; color: hsl(210, 0%, 90%); /* same color than panel_bar background */ } .grammalecte_panel_commands { float: right; } .grammalecte_copy_button { display: inline-block; |
︙ | ︙ |