Sebastien Vandenberghe 7 năm trước cách đây
mục cha
commit
664c81f92e
2 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 0 1
      sandbox/index-local.html
  2. 1 2
      sandbox/index.html

+ 0 - 1
sandbox/index-local.html

@@ -15,7 +15,6 @@
         <div id="animationBar">
             <div class="dropdown">
                 <div id="dropdownBtn">
-                    
                     <img src="Assets/Icon_Up.svg" id="chevronUp">
                     <img src="Assets/Icon_Down.svg" id="chevronDown">
                     <span id="dropdownLabel"></span>

+ 1 - 2
sandbox/index.html

@@ -44,10 +44,9 @@
         <div id="animationBar">
             <div class="dropdown">
                 <div id="dropdownBtn">
-                    <img src="Assets/Icon_Animation.svg">
-                    <span id="dropdownLabel"></span>
                     <img src="Assets/Icon_Up.svg" id="chevronUp">
                     <img src="Assets/Icon_Down.svg" id="chevronDown">
+                    <span id="dropdownLabel"></span>
                 </div>
                 <div id="dropdownContent">
                 </div>