Filter bar animation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
cd4e33a8ed
commit
b06596bbb6
6 changed files with 19 additions and 9 deletions
BIN
app/soapbox/components/filter_bar.js
Normal file
BIN
app/soapbox/components/filter_bar.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -636,10 +636,8 @@ article:last-child > .domain {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification__filter-bar,
|
.filter-bar,
|
||||||
.search__filter-bar,
|
.account__section-headline {
|
||||||
.account__section-headline,
|
|
||||||
.reaction__filter-bar {
|
|
||||||
border-bottom: 1px solid var(--brand-color--faint);
|
border-bottom: 1px solid var(--brand-color--faint);
|
||||||
cursor: default;
|
cursor: default;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -684,12 +682,24 @@ article:last-child > .domain {
|
||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
button .svg-icon {
|
.svg-icon {
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.filter-bar {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&__active {
|
||||||
|
position: absolute;
|
||||||
|
height: 3px;
|
||||||
|
bottom: 0;
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
transition: all 0.3s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue