From 367a62111b5530bc4a3710d8b4627a9e06b2b6d5 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 1 Apr 2016 11:51:53 -0700 Subject: [PATCH] Tweak conversation list active state // FREEBIE --- stylesheets/_global.scss | 4 ++-- stylesheets/manifest.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 26a4aed3..a044c91b 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -292,8 +292,8 @@ $avatar-size: 44px; } } .inactive .contact.selected { - padding-left: 7px; - border-left: 5px solid $blue; + padding-left: 8px; + border-left: 4px solid $blue; } .contact { position: relative; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index c46480e8..1d0f669e 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -244,8 +244,8 @@ img.emoji { border: solid 1px rgba(255, 255, 255, 0.6); } .inactive .contact.selected { - padding-left: 7px; - border-left: 5px solid #2090ea; } + padding-left: 8px; + border-left: 4px solid #2090ea; } .contact { position: relative;