Tweak selected state

// FREEBIE
This commit is contained in:
lilia 2015-11-12 11:22:36 -08:00
parent 832f7ab643
commit a8e02a94be
3 changed files with 7 additions and 3 deletions

View file

@ -296,6 +296,9 @@ $avatar-size: 44px;
&.selected { &.selected {
background: $grey_l; background: $grey_l;
padding-left: 22px;
margin-left: 0;
border-radius: 0 10px 10px 0;
} }
&:first-child { &:first-child {

View file

@ -154,7 +154,6 @@ input.search {
.index { .index {
max-width: 1300px; max-width: 1300px;
margin: auto;
color: $grey_d; color: $grey_d;
background: linear-gradient(rgba(46,172,224,1.0) 50%, rgba(160,228,208,1.0) 100%); background: linear-gradient(rgba(46,172,224,1.0) 50%, rgba(160,228,208,1.0) 100%);

View file

@ -245,7 +245,10 @@ img.emoji {
margin: 10px; margin: 10px;
border-radius: 10px; } border-radius: 10px; }
.contact.selected { .contact.selected {
background: #f3f3f3; } background: #f3f3f3;
padding-left: 22px;
margin-left: 0;
border-radius: 0 10px 10px 0; }
.contact:first-child { .contact:first-child {
margin-top: 0; } margin-top: 0; }
.contact:last-child::after { .contact:last-child::after {
@ -534,7 +537,6 @@ input.search {
.index { .index {
max-width: 1300px; max-width: 1300px;
margin: auto;
color: #454545; color: #454545;
background: linear-gradient(#2eace0 50%, #a0e4d0 100%); } background: linear-gradient(#2eace0 50%, #a0e4d0 100%); }
.index .gutter .new-group-update-form { .index .gutter .new-group-update-form {