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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-04 21:07:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-04 21:07:04 +0300
commitf2f95cc1bac06c8b4e506f02c1b90754adda67ec (patch)
treede147240f9a142dac58c1eb9d81106ade924163a /app/assets/stylesheets/vendors
parentf7bd454bd5bfd5494e8a89fe1594f0612024bd6a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/vendors')
-rw-r--r--app/assets/stylesheets/vendors/atwho.scss21
1 files changed, 17 insertions, 4 deletions
diff --git a/app/assets/stylesheets/vendors/atwho.scss b/app/assets/stylesheets/vendors/atwho.scss
index b3b03e3841f..cf7dc79c5f5 100644
--- a/app/assets/stylesheets/vendors/atwho.scss
+++ b/app/assets/stylesheets/vendors/atwho.scss
@@ -6,6 +6,7 @@
@include gl-border-b-solid;
@include gl-border-b-gray-100;
@include gl-rounded-lg;
+ @include gl-shadow-md;
.name,
small.aliases,
@@ -49,10 +50,12 @@
// TODO: fallback to global style
.atwho-view-ul {
@include gl-p-2;
+ max-height: $gl-max-dropdown-max-height;
li {
@include gl-px-3;
- @include gl-py-2;
+ padding-top: $gl-padding-6;
+ padding-bottom: $gl-padding-6;
border: 0;
@include gl-rounded-base;
@@ -73,15 +76,25 @@
display: inline-flex;
justify-content: center;
align-items: center;
+ }
- .center {
- line-height: 14px;
- }
+ .center {
+ line-height: 14px;
}
strong {
color: $gl-text-color;
}
+
+ gl-emoji {
+ @include gl-mr-2;
+ }
+
+ .dropdown-label-box {
+ position: relative;
+ top: -1px;
+ @include gl-mr-2;
+ }
}
}
}