From e8af1e010930c9a5c69b4b3ab8d15bd05a10f293 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Fri, 28 Aug 2015 17:06:06 -0400 Subject: [PATCH] pixel fun with dropup position indicator --- app/styles/app/layouts/branches.sass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/styles/app/layouts/branches.sass b/app/styles/app/layouts/branches.sass index bac54ca9..19e64956 100644 --- a/app/styles/app/layouts/branches.sass +++ b/app/styles/app/layouts/branches.sass @@ -131,14 +131,14 @@ content: "" position: absolute display: block - width: .6em - height: .6em + width: 10px + height: 10px left: 46% transform: rotate(45deg) &:before - bottom: -0.3em + bottom: -6px &:after - bottom: -0.2em; + bottom: -4px; background-color: $white .dropup-trigger:hover ~ &, .dropup-trigger:hover &,