summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/trials.scss
blob: 55f323b7df7170b45e1aeb66796f5930b2f24923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
* A CSS cross-browser fix for  Select2 failire to display HTML5 required warnings
* MR link https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22716
*/
.gl-select2-html5-required-fix div.select2-container+select.select2 {
  @include gl-opacity-0;
  @include gl-border-0;
  @include gl-bg-none;
  @include gl-bg-transparent;
  display: block !important;
  width: 1px;
  height: 1px;
  z-index: -1;
  margin: -3px auto 0;
}