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
b3eccfe6
Commit
b3eccfe6
authored
Oct 22, 2020
by
Ezekiel Kigbo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cngo-remove-unused-css' into 'master'
Remove unused css See merge request gitlab-org/gitlab!45428
parents
7b16183d
fbdd5d02
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1 addition
and
98 deletions
+1
-98
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+0
-1
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+0
-14
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+0
-6
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+0
-8
app/assets/stylesheets/pages/note_form.scss
app/assets/stylesheets/pages/note_form.scss
+0
-23
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+0
-8
app/assets/stylesheets/pages/users.scss
app/assets/stylesheets/pages/users.scss
+0
-37
app/assets/stylesheets/print.scss
app/assets/stylesheets/print.scss
+1
-1
No files found.
app/assets/stylesheets/framework/common.scss
View file @
b3eccfe6
...
...
@@ -424,7 +424,6 @@ img.emoji {
.w-15p
{
width
:
15%
;
}
.w-30p
{
width
:
30%
;
}
.w-60p
{
width
:
60%
;
}
.w-70p
{
width
:
70%
;
}
.h-12em
{
height
:
12em
;
}
.h-32-px
{
height
:
32px
;}
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
b3eccfe6
...
...
@@ -77,14 +77,6 @@
}
}
.issuable-filter-count
{
span
{
display
:
block
;
margin-bottom
:
-16px
;
padding
:
13px
0
;
}
}
.issuable-show-labels
{
.gl-label
{
margin-bottom
:
5px
;
...
...
@@ -662,12 +654,6 @@
}
}
.issuable-form-padding-top
{
@include
media-breakpoint-up
(
sm
)
{
padding-top
:
7px
;
}
}
.issuable-status-box
{
align-self
:
stretch
;
display
:
flex
;
...
...
app/assets/stylesheets/pages/issues.scss
View file @
b3eccfe6
...
...
@@ -67,7 +67,6 @@ ul.related-merge-requests > li {
}
}
.merge-request-ci-status
,
.related-merge-requests
{
.ci-status-link
{
display
:
block
;
...
...
@@ -93,11 +92,6 @@ ul.related-merge-requests > li {
}
}
.issues-footer
{
padding-top
:
$gl-padding
;
padding-bottom
:
37px
;
}
.issues-nav-controls
,
.new-branch-col
{
font-size
:
0
;
...
...
app/assets/stylesheets/pages/merge_requests.scss
View file @
b3eccfe6
...
...
@@ -736,14 +736,6 @@ $mr-widget-min-height: 69px;
border-bottom
:
0
;
}
.comments-disabled-notif
{
line-height
:
28px
;
.btn
{
margin-left
:
5px
;
}
}
.mr-version-dropdown
,
.mr-version-compare-dropdown
{
margin
:
0
7px
;
...
...
app/assets/stylesheets/pages/note_form.scss
View file @
b3eccfe6
...
...
@@ -226,10 +226,6 @@ table {
display
:
none
;
}
.parallel-comment
{
padding
:
6px
;
}
.error-alert
>
.alert
{
margin-top
:
5px
;
margin-bottom
:
5px
;
...
...
@@ -311,31 +307,12 @@ table {
}
}
.discussion-notes-count
{
font-size
:
16px
;
}
.edit_note
{
.markdown-area
{
min-height
:
140px
;
max-height
:
500px
;
}
.note-form-actions
{
background
:
transparent
;
}
}
.comment-toolbar
{
padding-top
:
$gl-padding-top
;
color
:
$gl-text-color-secondary
;
border-top
:
1px
solid
$border-color
;
}
.md-helper
{
padding-top
:
10px
;
}
.toolbar-button
{
padding
:
0
;
background
:
none
;
...
...
app/assets/stylesheets/pages/notes.scss
View file @
b3eccfe6
...
...
@@ -801,14 +801,6 @@ $note-form-margin-left: 72px;
margin
:
0
3px
;
}
.note-role-special
{
position
:
relative
;
display
:
inline-block
;
color
:
$gl-text-color-secondary
;
font-size
:
12px
;
text-shadow
:
0
0
15px
$gl-text-color-inverted
;
}
/**
* Line note button on the side of diffs
*/
...
...
app/assets/stylesheets/pages/users.scss
View file @
b3eccfe6
...
...
@@ -51,43 +51,6 @@
outline
:
0
;
}
.flex-users-panel
{
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
justify-content
:
center
;
@include
media-breakpoint-down
(
sm
)
{
display
:
block
;
.flex-project-title
{
vertical-align
:
top
;
display
:
inline-block
;
max-width
:
90%
;
}
}
.flex-project-title
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.badge.badge-pill
{
height
:
17px
;
line-height
:
16px
;
margin-right
:
5px
;
padding-top
:
1px
;
padding-bottom
:
1px
;
}
.flex-users-form
{
flex-wrap
:
nowrap
;
white-space
:
nowrap
;
margin-left
:
auto
;
}
}
.content-list.members-list
li
{
display
:
flex
;
justify-content
:
space-between
;
...
...
app/assets/stylesheets/print.scss
View file @
b3eccfe6
...
...
@@ -31,7 +31,7 @@ nav.navbar-collapse.collapse,
.
nav
,
.
btn
,
ul
.
notes-form
,
.
merge-request-ci-status
.
ci-status-link
:
:
after
,
.
ci-status-link
:
:
after
,
.
issuable-gutter-toggle
,
.
gutter-toggle
,
.
issuable-details
.
content-block-small
,
...
...
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