mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
Remove polluted ".ui.left" style (#26809)
This commit is contained in:
parent
2590707122
commit
1bb9b1c4d9
4 changed files with 5 additions and 36 deletions
|
@ -1179,11 +1179,6 @@ img.ui.avatar,
|
|||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
/* FIXME: this is a serious pollution, do not use this for "float: left" anymore */
|
||||
.ui.left:not(.action) {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* FIXME: this is a serious pollution, do not use this for "float: right" anymore */
|
||||
.ui.right:not(.action) {
|
||||
float: right;
|
||||
|
|
|
@ -1907,24 +1907,6 @@
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.repository.settings.collaboration #repo-collab-form #search-user-box .results {
|
||||
left: 7px;
|
||||
}
|
||||
|
||||
.repository.settings.collaboration #repo-collab-form .ui.button {
|
||||
margin-left: 5px;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.repository.settings.collaboration #repo-collab-team-form #search-team-box .results {
|
||||
left: 7px;
|
||||
}
|
||||
|
||||
.repository.settings.collaboration #repo-collab-team-form .ui.button {
|
||||
margin-left: 5px;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
/* if the element is for a checkbox, then it should have a padding-left to align to the checkbox's text */
|
||||
.repository.settings.branches .branch-protection .ui.checkbox .help,
|
||||
.repository.settings.branches .branch-protection .checkbox-sub-item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue