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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/lazy_bundles/select2_overrides.scss')
-rw-r--r--app/assets/stylesheets/lazy_bundles/select2_overrides.scss22
1 files changed, 2 insertions, 20 deletions
diff --git a/app/assets/stylesheets/lazy_bundles/select2_overrides.scss b/app/assets/stylesheets/lazy_bundles/select2_overrides.scss
index 6c51c4b0ec3..b148cc8f0e7 100644
--- a/app/assets/stylesheets/lazy_bundles/select2_overrides.scss
+++ b/app/assets/stylesheets/lazy_bundles/select2_overrides.scss
@@ -22,32 +22,14 @@
border-radius: $gl-border-radius-base;
.select2-arrow {
- background-image: none;
- background-color: transparent;
- border: 0;
padding-top: 12px;
padding-right: 20px;
- font-size: 10px;
+ /* stylelint-disable-next-line function-url-quotes */
+ background: url(asset_path('chevron-down.png')) no-repeat 2px 8px;
b {
display: none;
}
-
- &::after {
- content: '\f078';
- position: absolute;
- z-index: 1;
- text-align: center;
- pointer-events: none;
- box-sizing: border-box;
- color: $gray-darkest;
- display: inline-block;
- font: normal normal normal 14px/1 FontAwesome;
- font-size: inherit;
- text-rendering: auto;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
}
.select2-chosen {