Commit 3282cd5d authored by Martin Wortschack's avatar Martin Wortschack Committed by Annabel Dunstone Gray

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

parent 13c723f1
...@@ -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