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 {
|
.inactive .contact.selected {
|
||||||
padding-left: 7px;
|
padding-left: 8px;
|
||||||
border-left: 5px solid $blue;
|
border-left: 4px solid $blue;
|
||||||
}
|
}
|
||||||
.contact {
|
.contact {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -244,8 +244,8 @@ img.emoji {
|
||||||
border: solid 1px rgba(255, 255, 255, 0.6); }
|
border: solid 1px rgba(255, 255, 255, 0.6); }
|
||||||
|
|
||||||
.inactive .contact.selected {
|
.inactive .contact.selected {
|
||||||
padding-left: 7px;
|
padding-left: 8px;
|
||||||
border-left: 5px solid #2090ea; }
|
border-left: 4px solid #2090ea; }
|
||||||
|
|
||||||
.contact {
|
.contact {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue