Skip to content

Commit

Permalink
FIX Treedropdown css
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jun 17, 2021
1 parent 513fa14 commit 771cb5f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions client/src/components/TreeDropdownField/TreeDropdownField.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
&:hover {
background: $gray-200;
}

.font-icon-right-open-big {
margin: 2px 0 0 -1px;
width: 24px;
}
}

.treedropdownfield__option-count-icon {
Expand Down Expand Up @@ -96,14 +101,19 @@
}
}

.is-focused:not(.is-open)>.Select-control,
.is-open>.Select-control,
.Select-menu-outer {
.Select-control {
border-color: $gray-200;
box-shadow: none;
}

.Select.is-focused:not(.is-open) > .Select-control,
.is-open > .Select-control {
border-color: $brand-primary;
box-shadow: none;
}

.Select-menu-outer {
border-top-color: #e6e6e6;
box-shadow: none;
}
// sass-lint:enable class-name-format

0 comments on commit 771cb5f

Please sign in to comment.