From 6db289ab137f8c5d8c07599a77d1fe5bca18eb61 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 17 Nov 2016 15:07:13 -0700 Subject: [PATCH] Fix indentation --- app/assets/stylesheets/framework/common.scss | 27 ++++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 33c53a2bdd1..7f5583c917a 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -378,18 +378,17 @@ table { .hide-bottom-border { border-bottom: none !important; } .gl-accessibility { - - &:focus { - top: 1px; - left: 1px; - width: auto; - height: 100%; - line-height: 50px; - padding: 0 10px; - clip: auto; - text-decoration: none; - color: $gl-title-color; - background: $gray-light; - z-index: 1; - } + &:focus { + top: 1px; + left: 1px; + width: auto; + height: 100%; + line-height: 50px; + padding: 0 10px; + clip: auto; + text-decoration: none; + color: $gl-title-color; + background: $gray-light; + z-index: 1; + } }