You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by ma...@apache.org on 2021/12/13 14:40:46 UTC

[ignite-website] branch master updated: fixed issue with download mirror select

This is an automated email from the ASF dual-hosted git repository.

mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4dcdac5  fixed issue with download mirror select
4dcdac5 is described below

commit 4dcdac5461636038738e07ec2390d9713ec7a2a0
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Mon Dec 13 11:37:14 2021 -0300

    fixed issue with download mirror select
---
 _src/_components/download-select.html | 2 +-
 css/download.css                      | 1 +
 download.html                         | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/_src/_components/download-select.html b/_src/_components/download-select.html
index f2abb11..e073502 100644
--- a/_src/_components/download-select.html
+++ b/_src/_components/download-select.html
@@ -18,6 +18,6 @@
             [end]
             [end]
         </select>
-    <a class="download-choser__button download-choser__button--blue jsChangeLink" href="#">Change</a>
+        <input class="download-choser__button download-choser__button--blue jsChangeLink" type="submit" value="Change"/>
     </div>
 </form>
\ No newline at end of file
diff --git a/css/download.css b/css/download.css
index a0c7bff..0a7f21d 100644
--- a/css/download.css
+++ b/css/download.css
@@ -206,6 +206,7 @@
     background: var(--blue);
     color:#fff;
     pointer-events: auto;
+    border: none;
 }
 .download-choser__button--blue:hover{
     background: var(--blue2);
diff --git a/download.html b/download.html
index e2dbe3b..08292c8 100644
--- a/download.html
+++ b/download.html
@@ -567,7 +567,7 @@
                 <option value="[backup]" [is backup preferred] selected="selected" [end]>[backup] (backup)</option>
                 [end] [end]
               </select>
-              <a class="download-choser__button download-choser__button--blue jsChangeLink" href="#">Change</a>
+              <input class="download-choser__button download-choser__button--blue jsChangeLink" type="submit" value="Change" />
             </div>
           </form>
         </div>