Welcome to mirror list, hosted at ThFree Co, Russian Federation.

trials.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3fb9054b2b85139cd31d9ae62c36e36acf7b9fae (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 {
  display: block !important;
  width: 1px;
  height: 1px;
  z-index: -1;
  opacity: 0;
  margin: -3px auto 0;
  background-image: none;
  background-color: transparent;
  border: 0;
}