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
095b6891
Commit
095b6891
authored
Aug 03, 2018
by
Filipa Lacerda
Committed by
Phil Hughes
Aug 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE specific CSS that was moved to CE
parent
cf9df12a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
41 deletions
+5
-41
ee/app/assets/stylesheets/pages/merge_requests.scss
ee/app/assets/stylesheets/pages/merge_requests.scss
+0
-41
ee/changelogs/unreleased/reports-css-cleanup.yml
ee/changelogs/unreleased/reports-css-cleanup.yml
+5
-0
No files found.
ee/app/assets/stylesheets/pages/merge_requests.scss
View file @
095b6891
.mr-widget-border-top
{
border-top
:
1px
solid
$border-color
;
}
.link-to-member-avatar
{
.disabled
{
pointer-events
:
none
;
...
...
@@ -23,24 +19,6 @@
}
}
.media-section
{
@include
media-breakpoint-down
(
md
)
{
align-items
:
flex-start
;
.media-body
{
flex-direction
:
column
;
align-items
:
flex-start
;
}
}
.code-text
{
@include
media-breakpoint-up
(
lg
)
{
align-self
:
center
;
flex
:
1
;
}
}
}
.approvals-body
{
@include
media-breakpoint-up
(
md
)
{
display
:
flex
;
...
...
@@ -109,23 +87,4 @@
border-radius
:
$border-radius-default
$border-radius-default
0
0
;
}
}
.grouped-security-reports
,
.license-report-widget
{
padding
:
0
;
>
.media
{
padding
:
$gl-padding
;
}
}
}
.mr-widget-section
{
.media
{
align-items
:
center
;
}
.code-text
{
flex
:
1
;
}
}
ee/changelogs/unreleased/reports-css-cleanup.yml
0 → 100644
View file @
095b6891
---
title
:
Removes EE specific CSS that was moved to CE
merge_request
:
6723
author
:
type
:
other
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