From affeb0ba543a290f464bbcc58ee956f15095e229 Mon Sep 17 00:00:00 2001 From: benjacanas Date: Thu, 20 Jan 2022 16:13:02 -0300 Subject: [PATCH] fix dropdown job --- src/components/JobsPage/JobsPage.scss | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/components/JobsPage/JobsPage.scss b/src/components/JobsPage/JobsPage.scss index c4a87067..187df634 100644 --- a/src/components/JobsPage/JobsPage.scss +++ b/src/components/JobsPage/JobsPage.scss @@ -7,8 +7,28 @@ } } -.cats-multiselect-label { - color: $primary !important; +.cats-multiselect{ + &-label { + color: $primary !important; + + } + &-dropdown-menu{ + background: $primary-container !important; + color: $primary !important; + + } + + &-option{ + cursor: pointer; + &:hover{ + background: rgba(128, 128, 128, 0.13) !important; + } + } + + &-search input{ + background: $primary-container !important; + color: $primary !important; + } } .cats-multiselect-label-block { border: 2px solid $border-bottom !important;