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
38cc38b1
Commit
38cc38b1
authored
Jul 29, 2020
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace FA minus-circle with SVG close
parent
7989d359
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
9 deletions
+4
-9
app/assets/stylesheets/fontawesome_custom.scss
app/assets/stylesheets/fontawesome_custom.scss
+0
-4
app/assets/stylesheets/framework/ci_variable_list.scss
app/assets/stylesheets/framework/ci_variable_list.scss
+0
-1
app/views/ci/variables/_url_query_variable_row.html.haml
app/views/ci/variables/_url_query_variable_row.html.haml
+2
-2
app/views/ci/variables/_variable_row.html.haml
app/views/ci/variables/_variable_row.html.haml
+2
-2
No files found.
app/assets/stylesheets/fontawesome_custom.scss
View file @
38cc38b1
...
...
@@ -278,10 +278,6 @@
content
:
'\f0a3'
;
}
.
fa-minus-circle
:
:
before
{
content
:
'\f056'
;
}
.
fa-bitbucket
:
:
before
{
content
:
'\f171'
;
}
...
...
app/assets/stylesheets/framework/ci_variable_list.scss
View file @
38cc38b1
...
...
@@ -86,7 +86,6 @@
height
:
$input-height
;
padding
:
0
;
background
:
transparent
;
border
:
0
;
color
:
$gl-text-color-secondary
;
&
:hover
,
...
...
app/views/ci/variables/_url_query_variable_row.html.haml
View file @
38cc38b1
...
...
@@ -24,5 +24,5 @@
name:
value_input_name
,
placeholder:
s_
(
'CiVariables|Input variable value'
)
}
=
value
%button
.
js-row-remove-button.ci-variable-row-remove-button.table-section.section-5.border-top-0
{
type:
'button'
,
'aria-label'
:
s_
(
'CiVariables|Remove variable row'
)
}
=
icon
(
'minus-circl
e'
)
%button
.
btn.btn-svg.btn-item-remove.js-row-remove-button.ci-variable-row-remove-button.table-section
{
type:
'button'
,
'aria-label'
:
s_
(
'CiVariables|Remove variable row'
)
}
=
sprite_icon
(
'clos
e'
)
app/views/ci/variables/_variable_row.html.haml
View file @
38cc38b1
...
...
@@ -60,5 +60,5 @@
value:
is_masked
,
data:
{
default:
is_masked_default
.
to_s
}
}
=
render_if_exists
'ci/variables/environment_scope'
,
form_field:
form_field
,
variable:
variable
%button
.
js-row-remove-button.ci-variable-row-remove-button.table-section.section-5.border-top-0
{
type:
'button'
,
'aria-label'
:
s_
(
'CiVariables|Remove variable row'
)
}
=
icon
(
'minus-circl
e'
)
%button
.
btn.btn-svg.btn-item-remove.js-row-remove-button.ci-variable-row-remove-button.table-section
{
type:
'button'
,
'aria-label'
:
s_
(
'CiVariables|Remove variable row'
)
}
=
sprite_icon
(
'clos
e'
)
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