Skip to content

Commit

Permalink
Merge pull request #1166 from creative-commoners/pulls/1.7/treedropdo…
Browse files Browse the repository at this point in the history
…wn-css

FIX Treedropdown css
  • Loading branch information
bergice authored Jun 18, 2021
2 parents 513fa14 + 771cb5f commit bd8b138
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 bd8b138

Please sign in to comment.