Skip to content
Snippets Groups Projects
Verified Commit 37e3d42b authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

UX review

parent 97f96407
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -32,7 +32,7 @@
<div class="issuable-note-warning">
<i
aria-hidden="true"
class="fa"
class="fa icon"
:class="iconClass"
v-if="!isLockedAndConfidential"
></i>
Loading
Loading
Loading
Loading
@@ -703,3 +703,4 @@ $java: #70ad51;
Issuable warning
*/
$issuable-warning-size: 24px;
$issuable-warning-icon-margin: 4px;
Loading
Loading
@@ -14,6 +14,10 @@
width: $issuable-warning-size;
height: $issuable-warning-size;
text-align: center;
&:first-of-type {
margin-right: $issuable-warning-icon-margin;
}
}
 
.sidebar-item-icon {
Loading
Loading
Loading
Loading
@@ -110,6 +110,10 @@
padding: 3px 12px;
margin: auto;
align-items: center;
.icon {
margin-right: $issuable-warning-icon-margin;
}
}
 
.disabled-comment .issuable-note-warning {
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
 
- if defined?(@merge_request) && @merge_request.discussion_locked?
.issuable-note-warning
= icon('lock')
= icon('lock', class: 'icon')
%span
= _('This merge request is locked.')
= _('Only project members can comment.')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment