Skip to content
Snippets Groups Projects

Fix search results not showing

Merged Quoc Huy Nguyen Dinh requested to merge fix-search into develop
11 files
+ 220
118
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -14,6 +14,7 @@ $themes: (
moduleMediumBackgroundColor: $color-white,
navBackgroundColor: $color-white,
highlightBackgroundColor: #f3faf0,
alertBackgroundColor: #ffa6a6,
tableRowEvenBackgroundColor: #f4f4f4,
border: 1px solid $color-border-light,
borderLight: 1px solid $color-border-light-lightest,
@@ -54,6 +55,7 @@ $themes: (
moduleMediumBackgroundColor: $color-transparent,
navBackgroundColor: $color-white,
highlightBackgroundColor: #f3faf0,
alertBackgroundColor: #ffa6a6,
tableRowOddBackgroundColor: #e5e5e5,
tableRowEvenBackgroundColor: #f4f4f4,
border: 1px solid $color-border-light,
@@ -96,6 +98,7 @@ $themes: (
moduleMediumBackgroundColor: $color-background-dark,
navBackgroundColor: $color-background-less-dark,
highlightBackgroundColor: $color-hive-black-darkest,
alertBackgroundColor: #ffa6a6,
tableRowOddBackgroundColor: #283239,
tableRowEvenBackgroundColor: #212C33,
border: 1px solid $color-border-dark-lightest,
Loading