Forgejo/web_src
silverwind 3ae997614a
Enhance stylelint rule config, remove dead CSS (#24472)
Make this stylelint rule match on more properties.

The dead CSS relates to the navbar, which currently has classes:

```
ui top secondary stackable main menu following bar light
```

Which means `.following.bar .top.menu` can never match, so remove this
dead CSS as well as inactive `z-index` and `left` on it.

Commits table striping becomes more visible on dark theme, but I don't
think it's worth introducing a new color until
https://github.com/go-gitea/gitea/pull/24423 is ready, which would have
to remove it again:

<img width="668" alt="Screenshot 2023-05-01 at 18 41 49"
src="https://user-images.githubusercontent.com/115237/235489873-6b272899-1d78-443a-872c-ee7731c269f9.png">
<img width="680" alt="Screenshot 2023-05-01 at 18 41 41"
src="https://user-images.githubusercontent.com/115237/235489878-1b9468af-c74f-48a6-a469-9eba57cfcb4d.png">
2023-05-02 23:15:52 -04:00
..
css Enhance stylelint rule config, remove dead CSS (#24472) 2023-05-02 23:15:52 -04:00
fomantic Remove font-awesome and fomantic icon module (#24471) 2023-05-01 13:25:54 -04:00
js Enable whitespace rendering on selection in Monaco (#24444) 2023-05-02 09:31:38 -04:00
svg Add Debian package registry (#24426) 2023-05-02 12:31:35 -04:00