Skip to content
Snippets Groups Projects
Commit a7f4540d authored by Alexis POYEN's avatar Alexis POYEN
Browse files

UI : remove hover effect

parent 42dbee2b
No related branches found
No related tags found
1 merge request!75Resolve "Select maps for elections"
Pipeline #6601 passed
......@@ -48,7 +48,7 @@ class RoundDesk {
<div id="desk-round-details"></div>
</div>
<div class="column is-half">
<div id="vote-section" class="card"></div>
<div id="vote-section" class="card-no-hover"></div>
</div>
</div>
`;
......
......@@ -16,7 +16,7 @@ class VotePage {
const mountpoint = where;
document.getElementById(mountpoint).innerHTML = /* HTML */ `
<section style="margin-bottom: 230px;">
<div class="container"><div id="vote-section" class="card"></div></div>
<div class="container"><div id="vote-section" class="card-no-hover"></div></div>
</section>
`;
this.deskRoundHandler = await DeskRound.mount("vote-section", this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment