Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3282cd5d
Commit
3282cd5d
authored
5 years ago
by
Martin Wortschack
Committed by
Annabel Dunstone Gray
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Extend utility classes for `gitlab-ui`search-box"
parent
13c723f1
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+4
-0
app/assets/stylesheets/framework/variables_overrides.scss
app/assets/stylesheets/framework/variables_overrides.scss
+2
-1
No files found.
app/assets/stylesheets/framework/common.scss
View file @
3282cd5d
...
...
@@ -463,3 +463,7 @@ img.emoji {
background-color
:
$gray-600
;
}
}
.cursor-pointer
{
cursor
:
pointer
;
}
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/framework/variables_overrides.scss
View file @
3282cd5d
...
...
@@ -41,5 +41,6 @@ $spacers: (
2
:
(
$spacer
)
,
3
:
(
$spacer
*
2
)
,
4
:
(
$spacer
*
3
)
,
5
:
(
$spacer
*
4
)
5
:
(
$spacer
*
4
)
,
6
:
(
$spacer
*
8
)
);
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment