gitea/templates/user
wxiaoguang 5115ffa90c
Remove fomantic ".link" selector and styles (#23888)
It's difficult to play with Fomantic's ".link" selector&styles, and it
doesn't bring any real benefit.

Instead, it sometimes introduces regressions (because of the `:not`
selector, really difficult to fine-tune).

Regression:

<details>


![image](https://user-images.githubusercontent.com/2114189/229421849-b48fbcf6-2ae2-4264-b06b-2a06c12e1a4b.png)

</details>

After this PR, there is no ".link" in code anymore. We do not need to
play the overwriting and `:not()` game anymore.


![image](https://user-images.githubusercontent.com/2114189/229422058-476aa5e2-53db-402d-b507-a6063824f835.png)


![image](https://user-images.githubusercontent.com/2114189/229422435-34fde1bc-b2ec-48ec-8c4a-6d8c2610b249.png)


![image](https://user-images.githubusercontent.com/2114189/229422014-cb38c8c7-828f-4a49-a761-95ea824d46a7.png)


![image](https://user-images.githubusercontent.com/2114189/229422031-10f6b4a5-af76-40ee-8fa1-692112a9274f.png)
2023-04-03 20:47:23 -04:00
..
auth Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
dashboard Remove fomantic ".link" selector and styles (#23888) 2023-04-03 20:47:23 -04:00
notification Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
overview Add missing tabs to org projects page (#22705) 2023-03-10 09:18:20 -06:00
settings Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
code.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
heatmap.tmpl Refactor `i18n` to `locale` (#20153) 2022-06-27 15:58:46 -05:00
profile.tmpl Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
project.tmpl Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00