You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/09/30 20:47:19 UTC

[royale-docs] branch master updated: fix arrow in main button

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

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new c95ccdd  fix arrow in main button
c95ccdd is described below

commit c95ccddb060aa946cd0a016b241961ecc641b5ba
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Sep 30 22:47:11 2019 +0200

    fix arrow in main button
---
 _includes/header.html | 25 ++++++++++++-------------
 _sass/sidebar.sass    |  5 +++--
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html
index b15242d..6090435 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -10,19 +10,18 @@
 
     <div class="topbar-center">
       <!-- <div class="dropdown-wrapper"> -->
-        <button class="topMenu-dropbtn">DOCS
-            <svg viewBox="0 0 926.23699 573.74994" version="1.1" x="0px" y="0px" width="8" height="8" class="toc-arrow-main">
-                <g transform="translate(904.92214,-879.1482)"><path d="
-                m -673.67664,1221.6502 -231.2455,-231.24803 55.6165,
-                -55.627 c 30.5891,-30.59485 56.1806,-55.627 56.8701,-55.627 0.6894,
-                0 79.8637,78.60862 175.9427,174.68583 l 174.6892,174.6858 174.6892,
-                -174.6858 c 96.079,-96.07721 175.253196,-174.68583 175.942696,
-                -174.68583 0.6895,0 26.281,25.03215 56.8701,
-                55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864
-                -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688,
-                -104.0616 -231.873,-231.248 z
-              " fill="currentColor"></path></g></svg>
-        </button>
+        <button class="topMenu-dropbtn">DOCS</button>
+        <svg viewBox="0 0 926.23699 573.74994" version="1.1" x="0px" y="0px" width="8" height="8" class="toc-arrow-main">
+            <g transform="translate(904.92214,-879.1482)"><path d="
+            m -673.67664,1221.6502 -231.2455,-231.24803 55.6165,
+            -55.627 c 30.5891,-30.59485 56.1806,-55.627 56.8701,-55.627 0.6894,
+            0 79.8637,78.60862 175.9427,174.68583 l 174.6892,174.6858 174.6892,
+            -174.6858 c 96.079,-96.07721 175.253196,-174.68583 175.942696,
+            -174.68583 0.6895,0 26.281,25.03215 56.8701,
+            55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864
+            -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688,
+            -104.0616 -231.873,-231.248 z
+          " fill="currentColor"></path></g></svg>
         <ul class="topMenu">
           {% include main-menu-options.html %}
         </ul>
diff --git a/_sass/sidebar.sass b/_sass/sidebar.sass
index a6e9df6..1bd2760 100644
--- a/_sass/sidebar.sass
+++ b/_sass/sidebar.sass
@@ -90,7 +90,7 @@
         transform: translateX(100%)
         transition: all 0.2s
         z-index: 200
-        
+
     .toc-link a, .toc-title-wrapper a
         color: white
     .toc-current
@@ -201,7 +201,8 @@
     top: 32px
     width: 26px
     opacity: .8
-    margin: 0px 0px 0px 40px
+    margin: 1px 38px
+    color: white
 
 .toc-arrow-rot
     width: 26px