Slightly restyle filtered statuses
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
52dabed829
commit
e897c39908
2 changed files with 14 additions and 3 deletions
|
@ -185,17 +185,29 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__descendants .thread__status:first-child {
|
||||
&__descendants &__status:first-child {
|
||||
margin-top: 10px;
|
||||
|
||||
.status__wrapper--filtered {
|
||||
margin-top: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
&__status--focused:first-child,
|
||||
&__ancestors &__status:first-child {
|
||||
margin-top: 10px;
|
||||
|
||||
.status__wrapper--filtered {
|
||||
margin-top: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
&__descendants &__status:last-child {
|
||||
margin-bottom: 10px;
|
||||
|
||||
.status__wrapper--filtered {
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
&__connector {
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
}
|
||||
|
||||
.status__wrapper--filtered {
|
||||
color: var(--primary-text-color);
|
||||
color: var(--primary-text-color--faint);
|
||||
border: 0;
|
||||
font-size: inherit;
|
||||
text-align: center;
|
||||
|
@ -137,7 +137,6 @@
|
|||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
border-bottom: 1px solid var(--brand-color--med);
|
||||
}
|
||||
|
||||
.status__prepend-icon-wrapper {
|
||||
|
|
Loading…
Reference in a new issue