[Glitch] Fix hashtags select styling in default and high contrast skins

Port 169b9d4428 to glitch-soc
This commit is contained in:
Thibaut Girka
2019-02-15 18:21:00 +01:00
parent 4dcb04b888
commit a151c5566a
4 changed files with 128 additions and 48 deletions

View File

@@ -82,3 +82,34 @@
font-size: 16px;
}
}
@mixin search-popout() {
background: $simple-background-color;
border-radius: 4px;
padding: 10px 14px;
padding-bottom: 14px;
margin-top: 10px;
color: $light-text-color;
box-shadow: 2px 4px 15px rgba($base-shadow-color, 0.4);
h4 {
text-transform: uppercase;
color: $light-text-color;
font-size: 13px;
font-weight: 500;
margin-bottom: 10px;
}
li {
padding: 4px 0;
}
ul {
margin-bottom: 10px;
}
em {
font-weight: 500;
color: $inverted-text-color;
}
}