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
86826cf7
Commit
86826cf7
authored
Jun 12, 2018
by
Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the btn-xs class from the stylesheets
parent
f2f540e1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
13 deletions
+5
-13
app/assets/javascripts/vue_merge_request_widget/components/states/work_in_progress.vue
...rge_request_widget/components/states/work_in_progress.vue
+1
-1
app/assets/stylesheets/framework/buttons.scss
app/assets/stylesheets/framework/buttons.scss
+0
-8
app/assets/stylesheets/framework/secondary_navigation_elements.scss
.../stylesheets/framework/secondary_navigation_elements.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
app/assets/stylesheets/pages/groups.scss
app/assets/stylesheets/pages/groups.scss
+1
-1
app/assets/stylesheets/pages/note_form.scss
app/assets/stylesheets/pages/note_form.scss
+1
-1
No files found.
app/assets/javascripts/vue_merge_request_widget/components/states/work_in_progress.vue
View file @
86826cf7
...
...
@@ -62,7 +62,7 @@ export default {
v-if=
"mr.removeWIPPath"
:disabled=
"isMakingRequest"
type=
"button"
class=
"btn btn-default btn-
xs
js-remove-wip"
class=
"btn btn-default btn-
sm
js-remove-wip"
@
click=
"removeWIP"
>
<i
v-if=
"isMakingRequest"
...
...
app/assets/stylesheets/framework/buttons.scss
View file @
86826cf7
...
...
@@ -121,10 +121,6 @@
&
.btn-sm
{
margin-left
:
$btn-sm-side-margin
;
}
&
.btn-xs
{
margin-left
:
$btn-xs-side-margin
;
}
}
@mixin
btn-svg
{
...
...
@@ -150,10 +146,6 @@
line-height
:
18px
;
}
&
.btn-xs
{
padding
:
2px
5px
;
}
&
.btn-success
,
&
.btn-new
,
&
.btn-create
,
...
...
app/assets/stylesheets/framework/secondary_navigation_elements.scss
View file @
86826cf7
...
...
@@ -224,7 +224,7 @@
flex-flow
:
row
wrap
;
.nav-controls
{
$controls-margin
:
$btn-
xs-side-margin
-
2px
;
$controls-margin
:
$btn-
margin-5
-
2px
;
flex
:
0
0
100%
;
&
.controls-flex
{
...
...
app/assets/stylesheets/framework/variables.scss
View file @
86826cf7
...
...
@@ -279,7 +279,7 @@ $active-item-blue: $blue-500;
$layout-link-gray
:
#7e7c7c
;
$btn-side-margin
:
10px
;
$btn-sm-side-margin
:
7px
;
$btn-
xs-side-margin
:
5px
;
$btn-
margin-5
:
5px
;
$issue-status-expired
:
$orange-500
;
$issuable-sidebar-color
:
$gl-text-color-secondary
;
$sidebar-block-hover-color
:
#ebebeb
;
...
...
app/assets/stylesheets/pages/groups.scss
View file @
86826cf7
...
...
@@ -474,7 +474,7 @@ table.pipeline-project-metrics tr td {
margin-left
:
5px
;
>
.btn
{
margin-right
:
$btn-
xs-side-margin
;
margin-right
:
$btn-
margin-5
;
}
}
}
...
...
app/assets/stylesheets/pages/note_form.scss
View file @
86826cf7
...
...
@@ -129,7 +129,7 @@
.icon
svg
{
position
:
relative
;
top
:
2px
;
margin-right
:
$btn-
xs-side-margin
;
margin-right
:
$btn-
margin-5
;
width
:
$gl-font-size
;
height
:
$gl-font-size
;
fill
:
$orange-600
;
...
...
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