Commit b7a3c8f6 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '58202-extend-utility-classes-for-gitlab-ui-search-box' into 'master'

Resolve "Extend utility classes for `gitlab-ui`search-box"

Closes #58202

See merge request gitlab-org/gitlab-ce!25554
parents 13c723f1 3282cd5d
...@@ -463,3 +463,7 @@ img.emoji { ...@@ -463,3 +463,7 @@ img.emoji {
background-color: $gray-600; background-color: $gray-600;
} }
} }
.cursor-pointer {
cursor: pointer;
}
...@@ -41,5 +41,6 @@ $spacers: ( ...@@ -41,5 +41,6 @@ $spacers: (
2: ($spacer), 2: ($spacer),
3: ($spacer * 2), 3: ($spacer * 2),
4: ($spacer * 3), 4: ($spacer * 3),
5: ($spacer * 4) 5: ($spacer * 4),
6: ($spacer * 8)
); );
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment