Skip to content

Commit

Permalink
Fix stylelint warnings within editions.less, add missing dash to
Browse files Browse the repository at this point in the history
stylelint enable
  • Loading branch information
schu96 committed Sep 17, 2024
1 parent 08df574 commit 40c16b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/css/components/editions.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ table#editions,

tr {
background: linear-gradient(0deg, @lightest-grey, transparent);
// stylelint-disable max-nesting-depth
th.read:focus {
outline: revert
}
th.title:focus {
outline: revert
}
// stylelint-enable max-nesting-depth
}
}

Expand Down Expand Up @@ -143,7 +145,7 @@ table#editions,
max-width: 40px;
}
}
// stylelintenable max-nesting-depth
// stylelint-enable max-nesting-depth
}
}
}
Expand Down Expand Up @@ -210,10 +212,12 @@ table#editions,
.read {
display: flex;
flex-direction: column;
// stylelint-disable max-nesting-depth
ul {
order: -1;
padding: 10px 0;
}
// stylelint-enable max-nesting-depth
}
}

Expand Down

0 comments on commit 40c16b0

Please sign in to comment.