1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Improve search by tag for MySQL

Fixes #214

MySQL requires specific full text search queries.
This commit is contained in:
Harvey Kandola 2019-02-28 13:39:53 +00:00
parent 4b7d4cf872
commit f47f09661f
4 changed files with 22 additions and 24 deletions

View file

@ -80,15 +80,23 @@
}
.hashtags {
> .hashtag {
display: inline-block;
margin: 5px 10px 0 5px;
color: map-get($gray-shades, 600);
font-size: 1rem;
font-style: italic;
display: inline-block;
padding: 0;
&:hover {
color: $color-link;
> .hashtag {
padding: 0 15px 0 0;
> .dicon {
color: map-get($gray-shades, 500);
font-size: 20px;
vertical-align: bottom;
padding: 0 5px 0 0;
}
> .name {
display: inline-block;
color: map-get($gray-shades, 800);
font-size: 1rem;
}
}
}