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
c083275a
Commit
c083275a
authored
Oct 06, 2020
by
Jean du Plessis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove .project-feature-settings styling rules
Switches out the stylesheet rules for using utility classes.
parent
9680bcc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
16 deletions
+1
-16
app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue
...projects/shared/permissions/components/settings_panel.vue
+1
-1
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+0
-15
No files found.
app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue
View file @
c083275a
...
...
@@ -338,7 +338,7 @@ export default {
</label>
</project-setting-row>
</div>
<div
:class=
"
{ 'highlight-changes': highlightChangesClass }" class="
project-feature-settings
">
<div
:class=
"
{ 'highlight-changes': highlightChangesClass }" class="
gl-border-1 gl-border-solid gl-border-t-none gl-border-gray-100 gl-mb-5 gl-py-3 gl-px-7 gl-sm-pr-5 gl-sm-pl-5 gl-bg-gray-10
">
<project-setting-row
ref=
"issues-settings"
:label=
"s__('ProjectSettings|Issues')"
...
...
app/assets/stylesheets/pages/projects.scss
View file @
c083275a
...
...
@@ -59,21 +59,6 @@
}
}
.project-feature-settings
{
border
:
1px
solid
$border-color
;
padding
:
10px
32px
;
@include
media-breakpoint-down
(
xs
)
{
padding
:
10px
20px
;
}
}
.project-feature-settings
{
background
:
$gray-lighter
;
border-top
:
0
;
margin-bottom
:
16px
;
}
.project-repo-select
{
transition
:
background
2s
ease-out
;
...
...
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