Implementing tag filters

This commit is contained in:
Lucas Cimon
2017-08-14 22:18:28 +02:00
parent 89ff3dee70
commit 8d5d7491bc
9 changed files with 78 additions and 50 deletions

View File

@@ -113,7 +113,7 @@ a {
font-weight: 800;
color: white; }
.mg-tag-filters {
.mg-header-extra {
flex: 1;
display: flex;
justify-content: flex-end; }
@@ -129,10 +129,6 @@ a {
.mg-tag-filter:hover {
border-color: #b2b2b2;
text-decoration: none;}
.mg-tag-filter:hover {
text-decoration: none; }
.mg-tag-filter:not(:disabled) {
cursor: pointer; }
.mg-nav-small {
width: 100% }