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
9680bcc5
Commit
9680bcc5
authored
Oct 06, 2020
by
Jean du Plessis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove .project-visibility-setting styling rules
Switches out the stylesheet rules for using utility classes.
parent
d95f7deb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue
...projects/shared/permissions/components/settings_panel.vue
+2
-2
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+0
-5
No files found.
app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue
View file @
9680bcc5
...
...
@@ -292,7 +292,7 @@ export default {
<
template
>
<div>
<div
class=
"project-visibility-setting"
>
<div
class=
"project-visibility-setting
gl-border-1 gl-border-solid gl-border-gray-100 gl-py-3 gl-px-7 gl-sm-pr-5 gl-sm-pl-5
"
>
<project-setting-row
ref=
"project-visibility-settings"
:help-path=
"visibilityHelpPath"
...
...
@@ -327,7 +327,7 @@ export default {
</div>
</div>
<span
class=
"form-text text-muted"
>
{{
visibilityLevelDescription
}}
</span>
<label
v-if=
"visibilityLevel !== visibilityOptions.PRIVATE"
class=
"
request-access
"
>
<label
v-if=
"visibilityLevel !== visibilityOptions.PRIVATE"
class=
"
gl-line-height-28
"
>
<input
:value=
"requestAccessEnabled"
type=
"hidden"
...
...
app/assets/stylesheets/pages/projects.scss
View file @
9680bcc5
...
...
@@ -59,7 +59,6 @@
}
}
.project-visibility-setting
,
.project-feature-settings
{
border
:
1px
solid
$border-color
;
padding
:
10px
32px
;
...
...
@@ -69,10 +68,6 @@
}
}
.project-visibility-setting
.request-access
{
line-height
:
2
;
}
.project-feature-settings
{
background
:
$gray-lighter
;
border-top
:
0
;
...
...
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