Skip to content

Commit

Permalink
Merge pull request ngageoint#461 in WV/opensphere from ~ROTHM/opensph…
Browse files Browse the repository at this point in the history
…ere:THIN-12161 to release

* commit 'e910a02f0bd0ffa3cb714905f85eef271a8b30f2':
  fix(select2): missing overrides for select2-container-disabled cause clash with bootstrap theming
  • Loading branch information
rothmike committed Sep 24, 2018
2 parents 04570b1 + e910a02 commit d697959
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions scss/os/_overrides_select2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,28 @@
}
}
}

&.select2-container-disabled .select2-choices {
background-color: $input-disabled-bg;
background-image: none;

.select2-search-choice {
border: $input-border-color;
}
}
}
}

&.select2-container-disabled {
.select2-choice {
background-color: $input-disabled-bg;
background-image: none;
border-color: $input-border-color;

.select2-arrow {
background-color: $input-disabled-bg;
background-image: none;
}
}
}
}
Expand Down

0 comments on commit d697959

Please sign in to comment.