From 423246629b0573b20e13cad0586d38df191c70ed Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Fri, 20 Feb 2015 16:10:16 +0100 Subject: [PATCH] get not starred repos right --- app/styles/app/layouts/dashboard.sass | 41 +++++++++++++++--------- app/templates/dashboard/repositories.hbs | 1 - 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/app/styles/app/layouts/dashboard.sass b/app/styles/app/layouts/dashboard.sass index 3729c758..401f7881 100644 --- a/app/styles/app/layouts/dashboard.sass +++ b/app/styles/app/layouts/dashboard.sass @@ -38,6 +38,10 @@ $db-gray: #C9C9C9 font-weight: 300 text-align: center @extend %br-4px + p .icon + width: 1.5em + height: 1.5em + transform: translate(-20%, 18%) .db position: relative @@ -137,20 +141,27 @@ $db-gray: #C9C9C9 left: 0 right: 0 -.db-burger:hover ~ .dropdown +.db-burger:hover ~ .dropdown, +.dropdown:hover display: block .dropdown @include resetul @extend %br-4px position: absolute - padding: .5em + padding: .8em .5em z-index: 90 - width: 15em; + width: 12.5em; right: 0; top: 4em; - border: 2px $dropdown-color solid; + border: 2px #C3D9DB solid; background-color: $white + a + display: block + padding: 0.4em 1em .2em + &:hover + background-color: $dropdown-color + color: $white &:before content: "" width: 1.2em @@ -162,8 +173,8 @@ $db-gray: #C9C9C9 background-color: $white background-color: #fff; - border-top: solid 2px $dropdown-color; - border-left: solid 2px $dropdown-color; + border-top: solid 2px #C3D9DB; + border-left: solid 2px #C3D9DB; transform: rotate(45deg); display: none @@ -327,14 +338,14 @@ $db-gray: #C9C9C9 // .currently-selected // font-weight : 600 -.arrow-down - width : 0 - height : 0 - display : inline-block - padding-top : 2px - margin-left : 5px - border-left : 5px solid transparent - border-right : 5px solid transparent - border-top : 5px solid $dashboard-text-color +// .arrow-down +// width : 0 +// height : 0 +// display : inline-block +// padding-top : 2px +// margin-left : 5px +// border-left : 5px solid transparent +// border-right : 5px solid transparent +// border-top : 5px solid $dashboard-text-color diff --git a/app/templates/dashboard/repositories.hbs b/app/templates/dashboard/repositories.hbs index d9af9b3c..26cd9288 100644 --- a/app/templates/dashboard/repositories.hbs +++ b/app/templates/dashboard/repositories.hbs @@ -148,7 +148,6 @@
-