From 3438194280f4a0b907776cf88dd5f3cb858b70ec Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 6 Nov 2015 15:42:56 -0500 Subject: [PATCH] FIX: Remove hairline below composer buttons --- app/assets/stylesheets/desktop/compose.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/compose.scss b/app/assets/stylesheets/desktop/compose.scss index c3a5f73094e..7f90fe5a743 100644 --- a/app/assets/stylesheets/desktop/compose.scss +++ b/app/assets/stylesheets/desktop/compose.scss @@ -427,7 +427,6 @@ .d-editor-button-bar { top: 0; position: absolute; - border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); background-color: $secondary; z-index: 100;