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
7e3798ba
Commit
7e3798ba
authored
Nov 27, 2019
by
Florie Guibert
Committed by
Fatih Acet
Nov 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix style-lint warnings for app/assets/stylesheets/pages/issues.scss
parent
9db6486d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
37 deletions
+11
-37
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+11
-37
No files found.
app/assets/stylesheets/pages/issues.scss
View file @
7e3798ba
...
...
@@ -21,16 +21,11 @@
margin-bottom
:
2px
;
}
.issue-labels
{
.issue-labels
,
.author-link
{
display
:
inline-block
;
}
.issuable-meta
{
.author-link
{
display
:
inline-block
;
}
}
.icon-merge-request-unmerged
{
height
:
13px
;
margin-bottom
:
3px
;
...
...
@@ -53,16 +48,6 @@
margin-right
:
15px
;
}
.issues_content
{
.title
{
height
:
40px
;
}
form
{
margin
:
0
;
}
}
form
.edit-issue
{
margin
:
0
;
}
...
...
@@ -79,10 +64,6 @@ ul.related-merge-requests > li {
margin-left
:
5px
;
}
.row_title
{
vertical-align
:
bottom
;
}
gl-emoji
{
font-size
:
1em
;
}
...
...
@@ -93,10 +74,6 @@ ul.related-merge-requests > li {
font-weight
:
$gl-font-weight-bold
;
}
.merge-request-id
{
display
:
inline-block
;
}
.merge-request-status
{
&
.merged
{
color
:
$blue-500
;
...
...
@@ -118,11 +95,7 @@ ul.related-merge-requests > li {
border-color
:
$issues-today-border
;
}
&
.closed
{
background
:
$gray-light
;
border-color
:
$border-color
;
}
&
.closed
,
&
.merged
{
background
:
$gray-light
;
border-color
:
$border-color
;
...
...
@@ -160,9 +133,12 @@ ul.related-merge-requests > li {
padding-bottom
:
37px
;
}
.issues-nav-controls
{
.issues-nav-controls
,
.new-branch-col
{
font-size
:
0
;
}
.issues-nav-controls
{
.btn-group
:empty
{
display
:
none
;
}
...
...
@@ -198,8 +174,6 @@ ul.related-merge-requests > li {
}
.new-branch-col
{
font-size
:
0
;
.discussion-filter-container
{
&
:not
(
:only-child
)
{
margin-right
:
$gl-padding-8
;
...
...
@@ -297,11 +271,11 @@ ul.related-merge-requests > li {
padding-top
:
0
;
align-self
:
center
;
}
}
.create-mr-dropdown-wrap
{
.btn-group
:not
(
.hidden
)
{
display
:
inline-flex
;
}
.create-mr-dropdown-wrap
{
.btn-group
:not
(
.hidden
)
{
display
:
inline-flex
;
}
}
}
...
...
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