branch feature/253-tuiles updated (df76178d -> 03f73286)
This is an automated email from the git hooks/post-receive script. New change to branch feature/253-tuiles in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from df76178d ref #253 Intégration nouveau menu new 03f73286 ref #253 Code style The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 03f732869073701dd211594817626bcc98920099 Author: Cécilia Bossard <bossard@codelutin.com> Date: Tue Mar 10 17:26:22 2020 +0100 ref #253 Code style Summary of changes: pollen-ui-riot-js/src/main/web/css/main.css | 1 - pollen-ui-riot-js/src/main/web/tag/PollenHeaderReboot.tag.html | 9 +++------ 2 files changed, 3 insertions(+), 7 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/253-tuiles in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 03f732869073701dd211594817626bcc98920099 Author: Cécilia Bossard <bossard@codelutin.com> Date: Tue Mar 10 17:26:22 2020 +0100 ref #253 Code style --- pollen-ui-riot-js/src/main/web/css/main.css | 1 - pollen-ui-riot-js/src/main/web/tag/PollenHeaderReboot.tag.html | 9 +++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/css/main.css b/pollen-ui-riot-js/src/main/web/css/main.css index 7b0c09d6..0e063039 100644 --- a/pollen-ui-riot-js/src/main/web/css/main.css +++ b/pollen-ui-riot-js/src/main/web/css/main.css @@ -189,7 +189,6 @@ ul { .colors-default input, .colors-default textarea, .colors-default select { - background-color: var(--background); color: var(--default); } diff --git a/pollen-ui-riot-js/src/main/web/tag/PollenHeaderReboot.tag.html b/pollen-ui-riot-js/src/main/web/tag/PollenHeaderReboot.tag.html index 00836f87..7fa07352 100644 --- a/pollen-ui-riot-js/src/main/web/tag/PollenHeaderReboot.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/PollenHeaderReboot.tag.html @@ -96,13 +96,10 @@ import "./components/Avatar.tag.html"; this.onChevronClick = () => { this.small = !this.small; this.update(); - } + }; this.onPageChanged = (selectedPage) => { - console.log("MENU PAGE CHANGED"); - console.log(selectedPage); - - if(selectedPage === "userProfile" + if (selectedPage === "userProfile" || selectedPage === "newPoll" || selectedPage === "favoriteLists") { this.selectedMenu = selectedPage; @@ -110,7 +107,7 @@ import "./components/Avatar.tag.html"; this.selectedMenu = "polls"; } this.update(); - } + }; </script> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm