mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix border-color on inactive conversation header
// FREEBIE
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
.inactive .conversation-header {
|
||||
background-color: $grey_l !important;
|
||||
color: $grey_d;
|
||||
border-color: 1px solid rgba(0,0,0,0.05);
|
||||
border-color: rgba(0,0,0,0.05);
|
||||
}
|
||||
|
||||
input.search {
|
||||
|
||||
Reference in New Issue
Block a user