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
5e2abe50
Commit
5e2abe50
authored
Apr 01, 2021
by
Olena Horal-Koretska
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'psi-no-extend-pages' into 'master'
Remove some CSS extends See merge request gitlab-org/gitlab!57666
parents
78dc802c
743780a6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
31 deletions
+5
-31
app/assets/stylesheets/pages/commits.scss
app/assets/stylesheets/pages/commits.scss
+2
-6
app/assets/stylesheets/pages/editor.scss
app/assets/stylesheets/pages/editor.scss
+1
-1
app/assets/stylesheets/pages/groups.scss
app/assets/stylesheets/pages/groups.scss
+0
-11
app/assets/stylesheets/pages/help.scss
app/assets/stylesheets/pages/help.scss
+0
-7
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+1
-1
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-5
No files found.
app/assets/stylesheets/pages/commits.scss
View file @
5e2abe50
%commit-description-base
{
.commit-description
,
.commit-row-description
{
padding
:
$gl-padding-8
0
$gl-padding-8
$gl-padding-8
;
margin-top
:
$gl-padding-8
;
border
:
0
;
...
...
@@ -10,10 +11,6 @@
color
:
$gl-text-color-secondary
;
}
.commit-description
{
@extend
%commit-description-base
;
}
.commit-box
{
border-top
:
1px
solid
$border-color
;
padding
:
$gl-padding
0
;
...
...
@@ -249,7 +246,6 @@
}
.commit-row-description
{
@extend
%commit-description-base
;
display
:
none
;
flex
:
1
;
}
...
...
app/assets/stylesheets/pages/editor.scss
View file @
5e2abe50
...
...
@@ -36,7 +36,7 @@
}
.file-title
{
@
extend
.
monospace
;
@
include
gl-font-
monospace
;
line-height
:
35px
;
padding-top
:
7px
;
padding-bottom
:
7px
;
...
...
app/assets/stylesheets/pages/groups.scss
View file @
5e2abe50
...
...
@@ -160,17 +160,6 @@
vertical-align
:
top
;
}
.notification-dropdown
{
.dropdown-menu
{
@extend
.dropdown-menu-right
;
}
.icon
{
fill
:
$gl-text-color-secondary
;
}
}
.new-project-subgroup
{
.dropdown-primary
{
min-width
:
115px
;
...
...
app/assets/stylesheets/pages/help.scss
View file @
5e2abe50
...
...
@@ -26,13 +26,6 @@
text-align
:
right
;
white-space
:
nowrap
;
}
.key
{
@extend
.badge.badge-pill
;
background-color
:
$label-inverse-bg
;
font
:
11px
Consolas
,
'Liberation Mono'
,
Menlo
,
Courier
,
monospace
;
padding
:
3px
5px
;
}
}
.documentation
{
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
5e2abe50
...
...
@@ -633,7 +633,7 @@
}
.btn-link
:hover
{
@extend
a
:hover
;
color
:
$blue-800
;
text-decoration
:
none
;
}
...
...
app/assets/stylesheets/pages/projects.scss
View file @
5e2abe50
...
...
@@ -136,10 +136,6 @@
}
}
.notification-dropdown
.dropdown-menu
{
@extend
.dropdown-menu-right
;
}
.download-button
{
@include
media-breakpoint-down
(
md
)
{
margin-left
:
0
;
...
...
@@ -838,7 +834,7 @@ pre.light-well {
}
.form-control
{
@
extend
.
monospace
;
@
include
gl-font-
monospace
;
background-color
:
$white
;
border-color
:
$border-color
;
font-size
:
14px
;
...
...
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