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
359456c3
Commit
359456c3
authored
Feb 22, 2022
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove explicit icon sizes
parent
53c6c05d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/shared/_global_alert.html.haml
app/views/shared/_global_alert.html.haml
+2
-2
No files found.
app/views/shared/_global_alert.html.haml
View file @
359456c3
...
...
@@ -10,10 +10,10 @@
-
icon
=
icons
[
variant
]
%div
{
role:
'alert'
,
class:
[
'gl-alert'
,
"gl-alert-#{variant}"
,
alert_class
],
data:
alert_data
}
=
sprite_icon
(
icon
,
size:
16
,
css_class:
"gl-alert-icon
#{
' gl-alert-icon-no-title'
if
title
.
nil?
}
"
)
=
sprite_icon
(
icon
,
css_class:
"gl-alert-icon
#{
' gl-alert-icon-no-title'
if
title
.
nil?
}
"
)
-
if
dismissible
%button
.btn.gl-dismiss-btn.btn-default.btn-sm.gl-button.btn-default-tertiary.btn-icon.js-close
{
type:
'button'
,
aria:
{
label:
_
(
'Dismiss'
)
},
class:
close_button_class
,
data:
close_button_data
}
=
sprite_icon
(
'close'
,
size:
16
)
=
sprite_icon
(
'close'
)
.gl-alert-content
{
role:
'alert'
}
-
if
title
%h4
.gl-alert-title
...
...
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