From a8e02a94be2ddfc49f5bbbe5147b5c9b7a773716 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 12 Nov 2015 11:22:36 -0800 Subject: [PATCH] Tweak selected state // FREEBIE --- stylesheets/_global.scss | 3 +++ stylesheets/_index.scss | 1 - stylesheets/manifest.css | 6 ++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 65b51a527a1..8ae2d370cce 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -296,6 +296,9 @@ $avatar-size: 44px; &.selected { background: $grey_l; + padding-left: 22px; + margin-left: 0; + border-radius: 0 10px 10px 0; } &:first-child { diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index ce1944bee20..eff5f07246d 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -154,7 +154,6 @@ input.search { .index { max-width: 1300px; - margin: auto; color: $grey_d; background: linear-gradient(rgba(46,172,224,1.0) 50%, rgba(160,228,208,1.0) 100%); diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 77fa78339e4..d3c0ce3aa28 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -245,7 +245,10 @@ img.emoji { margin: 10px; border-radius: 10px; } .contact.selected { - background: #f3f3f3; } + background: #f3f3f3; + padding-left: 22px; + margin-left: 0; + border-radius: 0 10px 10px 0; } .contact:first-child { margin-top: 0; } .contact:last-child::after { @@ -534,7 +537,6 @@ input.search { .index { max-width: 1300px; - margin: auto; color: #454545; background: linear-gradient(#2eace0 50%, #a0e4d0 100%); } .index .gutter .new-group-update-form {