Move "Fix All" from bottom of list to top

This commit is contained in:
Bryan Housel
2019-04-23 17:42:14 -04:00
parent 4948474118
commit a37ce90af7
2 changed files with 6 additions and 8 deletions
+5 -7
View File
@@ -3188,8 +3188,8 @@ button.autofix.action.active {
display: flex;
flex-flow: row nowrap;
flex-direction: row-reverse;
height: 30px;
padding-top: 5px;
margin-top: -25px;
padding-bottom: 5px;
}
.autofix-all-link-text {
padding: 0;
@@ -3314,17 +3314,15 @@ button.autofix.action.active {
padding: 0 10px;
}
.layer-list.issues-list,
.layer-list.issue-rules-list {
margin-bottom: 0;
}
.layer-list.issues-list li.issue {
border-color: inherit; /* override .layer-list styles */
color: inherit;
height: unset;
}
.layer-list.issue-rules-list {
margin-bottom: 0;
}
.issue-rules-links {
display: flex;
flex-flow: row nowrap;
+1 -1
View File
@@ -170,7 +170,7 @@ export function uiIssues(context) {
// enter
var autoFixAllEnter = autoFixAll.enter()
.append('div')
.insert('div', '.issues-list')
.attr('class', 'autofix-all');
var linkEnter = autoFixAllEnter