forked from forgejo/forgejo
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:
parent
e351a26ca6
commit
5115ffa90c
5 changed files with 11 additions and 57 deletions
|
@ -2075,25 +2075,6 @@
|
|||
width: 450px !important;
|
||||
}
|
||||
|
||||
.repository.forks .list {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.repository.forks .list .item {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid var(--color-secondary);
|
||||
}
|
||||
|
||||
.repository.forks .list .item .ui.avatar {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.repository.forks .list .item .link {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.repository.packages .empty {
|
||||
padding-top: 70px;
|
||||
padding-bottom: 100px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue