From ed56d8cd708d240758bab1d55cd5e6d41659695e Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 8 Jun 2017 12:11:35 -0700 Subject: [PATCH] Fix indentation in android-dark.scss FREEBIE --- stylesheets/android-dark.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index cbcbcd63e81..dcc1c6eb0a8 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -228,7 +228,7 @@ $text-dark: #CCCCCC; @include color-svg('/images/down.svg', black); } .icon:hover { - background-color: white; + background-color: white; } &.new-messages { @@ -236,9 +236,9 @@ $text-dark: #CCCCCC; .icon { @include color-svg('/images/down.svg', white); } - &:hover { - background-color: #1472bd; - } + &:hover { + background-color: #1472bd; + } } } }