[Glitch] Make notifications quick-filter use consistent style with profile tabs

Port 12ab15e584 to glitch-soc
rebase/4.0.0rc2
Thibaut Girka 2018-12-18 17:23:04 +01:00
parent 06a7c07eda
commit 0ef2c1415a
1 changed files with 7 additions and 0 deletions

View File

@ -445,12 +445,19 @@
}
}
.notification__filter-bar,
.account__section-headline {
background: darken($ui-base-color, 4%);
border-bottom: 1px solid lighten($ui-base-color, 8%);
cursor: default;
display: flex;
button {
background: darken($ui-base-color, 4%);
border: 0;
}
button,
a {
display: block;
flex: 1 1 auto;