1
0
mirror of synced 2026-08-31 22:44:33 +00:00

FIX: update solved filter due to core changes (#119)

This commit is contained in:
Kris
2021-02-13 15:19:34 -05:00
committed by GitHub
parent 47e60446e7
commit 8116c7974c
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -20,3 +20,7 @@
}
}
}
li.solved-status-filter {
margin: 0 3px 5px 3px; // matches core styles
}
+4
View File
@@ -3,6 +3,10 @@ $solved-color: green;
.select-kit {
&.solved-status-filter {
min-width: auto;
margin-bottom: var(--nav-space); // core variable
.select-kit-header {
margin: 0;
}
}
}