Tweak conversation list active state
// FREEBIE
This commit is contained in:
parent
6a9ec073c6
commit
367a62111b
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue