fix(ui): tweak filter input focus bg color for dark theme

This commit is contained in:
Łukasz Mierzwa
2020-04-13 11:06:31 +01:00
committed by Łukasz Mierzwa
parent 936b4f8d98
commit 47e601129c
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -34,5 +34,5 @@ input.components-filterinput-wrapper {
}
.bg-focused {
background-color: lighten($blue, 5%);
background-color: $bg-focused;
}
+1
View File
@@ -81,6 +81,7 @@ $filter-input-hoover-color: $white;
$placeholder-color: $gray-600;
$filterinput-border: $navbar-dark-color;
$grid-swimlane-bg: lighten($dark, 2%);
$bg-focused: darken($blue, 5%);
$datepicker__background-color: $gray-700;
$datepicker__border-color: $gray-800;
+1
View File
@@ -63,6 +63,7 @@ $filter-input-hoover-color: $black;
$placeholder-color: $secondary;
$filterinput-border: $navbar-dark-color;
$grid-swimlane-bg: lighten($dark, 2%);
$bg-focused: lighten($blue, 5%);
$datepicker__background-color: $white;
$datepicker__border-color: $gray-300;