From fde7efbb9f557f2564301cbb1a36f0fbc6dfd065 Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 23 Feb 2016 15:00:15 +0000 Subject: [PATCH] Fix rename button styling in editor --- services/web/public/stylesheets/app/editor.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index eea5ee5e77..c38f2a1a0f 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -109,6 +109,15 @@ } a.rename { visibility: hidden; + display: inline-block; + color: @gray-light; + padding: 5px; + border-radius: @border-radius-small; + &:hover { + text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); + color: @gray-dark; + text-decoration: none; + } } &:hover { a.rename {