updating the dropdown indicator
authorIan Weller <ian@gaslightmedia.com>
Wed, 10 Aug 2016 20:20:38 +0000 (16:20 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 10 Aug 2016 20:20:38 +0000 (16:20 -0400)
assets/dropdown-hlighlight-big.png [new file with mode: 0644]
css/app.css
scss/_topbar.scss

diff --git a/assets/dropdown-hlighlight-big.png b/assets/dropdown-hlighlight-big.png
new file mode 100644 (file)
index 0000000..7f24526
Binary files /dev/null and b/assets/dropdown-hlighlight-big.png differ
index 3cb8360..672b9b8 100644 (file)
@@ -6428,14 +6428,14 @@ header {
     .top-bar-section ul li:not(.has-form):not(.active) > a:not(.button) {
       background: transparent; }
     .top-bar-section ul li.has-dropdown:hover:after {
-      content: url(../assets/green-dropdown-indicator.jpg);
+      content: url(../assets/dropdown-hlighlight-big.png);
       position: absolute;
-      left: 35%;
+      left: 25%;
       bottom: -6px; }
     .top-bar-section ul li.has-dropdown:nth-child(2):hover:after {
-      content: url(../assets/green-dropdown-indicator.jpg);
+      content: url(../assets/dropdown-hlighlight-big.png);
       position: absolute;
-      left: 20%;
+      left: 10%;
       bottom: -6px; }
     .top-bar-section ul li.has-dropdown ul.dropdown {
       background: #FFFFFF;
index fef9a3d..e6ed596 100644 (file)
             &.has-dropdown {
                 &:hover {
                     &:after {
-                        content: url(../assets/green-dropdown-indicator.jpg);
+                        content: url(../assets/dropdown-hlighlight-big.png);
                         position: absolute;
-                        left: 35%;
+                        left: 25%;
                         bottom: -6px;
                     }
                 }
                 &:nth-child(2) {
                     &:hover {
                         &:after {
-                            content: url(../assets/green-dropdown-indicator.jpg);
+                            content: url(../assets/dropdown-hlighlight-big.png);
                             position: absolute;
-                            left: 20%;
+                            left: 10%;
                             bottom: -6px;
                         }
                     }