Tweak conversation list active state

// FREEBIE
This commit is contained in:
lilia 2016-04-01 11:51:53 -07:00
parent 6a9ec073c6
commit 367a62111b
2 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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;