mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
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>  </details> After this PR, there is no ".link" in code anymore. We do not need to play the overwriting and `:not()` game anymore.    
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<div class="dashboard-navbar">
|
||||
<div class="ui secondary stackable menu">
|
||||
<div class="item">
|
||||
<div class="ui floating dropdown link jump">
|
||||
<div class="ui floating dropdown jump">
|
||||
<span class="text truncated-item-container">
|
||||
{{avatar $.Context .ContextUser}}
|
||||
<span class="truncated-item-name">{{.ContextUser.ShortName 40}}</span>
|
||||
@ -45,7 +45,7 @@
|
||||
</div>
|
||||
{{if .ContextUser.IsOrganization}}
|
||||
<div class="item">
|
||||
<div class="ui floating dropdown link jump">
|
||||
<div class="ui floating dropdown jump">
|
||||
<span class="text">
|
||||
{{svg "octicon-people" 18}}
|
||||
{{if .Team}}
|
||||
|
Reference in New Issue
Block a user