forked from forgejo/forgejo
add stylelint-stylistic
(#25285)
Add [stylelint-stylistic](https://github.com/elirasza/stylelint-stylistic), autofix all issues with two manual tweaks. This restores all the stylistic rules removed in Stylelint 15.
This commit is contained in:
parent
69b1e2f103
commit
3ee8970419
13 changed files with 108 additions and 27 deletions
|
@ -1573,7 +1573,7 @@ img.ui.avatar,
|
|||
position: absolute;
|
||||
display: block;
|
||||
background: linear-gradient(to right, var(--color-header-wrapper-transparent), var(--color-header-wrapper) 100%);
|
||||
content: '';
|
||||
content: "";
|
||||
right: 0;
|
||||
height: 39px;
|
||||
width: 60px;
|
||||
|
@ -2168,7 +2168,6 @@ table th[data-sortt-desc] .svg {
|
|||
background: var(--color-secondary-dark-1) !important;
|
||||
}
|
||||
|
||||
|
||||
/* https://github.com/go-gitea/gitea/pull/11486 */
|
||||
.ui.sub.header {
|
||||
text-transform: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue