redesign sidebar search load more buttons to match search page

This commit is contained in:
geoffrey45
2023-01-10 18:27:59 +03:00
committed by Mungai Njoroge
parent 532d0efabe
commit bd38c0e7a2
7 changed files with 43 additions and 23 deletions
+6
View File
@@ -142,3 +142,9 @@ button {
.no-select {
user-select: none;
}
.load_disabled {
pointer-events: all;
background: $gray5 !important;
opacity: 1;
}