Commit d35ad403 authored by Luke Bennett's avatar Luke Bennett

FE review changes

parent 932b9f8c
...@@ -63,6 +63,6 @@ export default class ProjectLabelSubscription { ...@@ -63,6 +63,6 @@ export default class ProjectLabelSubscription {
const type = /group/.test(originalTitle) ? 'group' : 'project'; const type = /group/.test(originalTitle) ? 'group' : 'project';
const newTitle = tooltipTitles[type][newStatus]; const newTitle = tooltipTitles[type][newStatus];
$button.tooltip('hide').attr('title', newTitle).tooltip('_fixTitle'); $button.attr('title', newTitle).tooltip('_fixTitle');
} }
} }
...@@ -469,7 +469,6 @@ img.emoji { ...@@ -469,7 +469,6 @@ img.emoji {
.append-right-5 { margin-right: 5px; } .append-right-5 { margin-right: 5px; }
.append-right-8 { margin-right: 8px; } .append-right-8 { margin-right: 8px; }
.append-right-10 { margin-right: 10px; } .append-right-10 { margin-right: 10px; }
.append-right-15 { margin-right: 15px; }
.append-right-default { margin-right: $gl-padding; } .append-right-default { margin-right: $gl-padding; }
.append-right-20 { margin-right: 20px; } .append-right-20 { margin-right: 20px; }
.append-bottom-0 { margin-bottom: 0; } .append-bottom-0 { margin-bottom: 0; }
......
...@@ -776,3 +776,5 @@ $modal-body-height: 134px; ...@@ -776,3 +776,5 @@ $modal-body-height: 134px;
Prometheus Prometheus
*/ */
$prometheus-table-row-highlight-color: $theme-gray-100; $prometheus-table-row-highlight-color: $theme-gray-100;
$priority-label-empty-state-width: 114px;
\ No newline at end of file
...@@ -325,5 +325,5 @@ ...@@ -325,5 +325,5 @@
} }
.priority-labels-empty-state .svg-content img { .priority-labels-empty-state .svg-content img {
max-width: 114px; max-width: $priority-label-empty-state-width;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment