mirror of
https://github.com/go-gitea/gitea
synced 2025-08-09 11:08:19 +00:00
Backport #23558 There are still many dropdowns using fomantic icon. For example: new issue with issue template. Avoid polluting the fomantic styles. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
@@ -2544,10 +2544,10 @@ table th[data-sortt-desc] .svg {
|
|||||||
height: auto; /* reset the ".ui.dropdown > .dropdown.icon {height}", otherwise the icon would be too small */
|
height: auto; /* reset the ".ui.dropdown > .dropdown.icon {height}", otherwise the icon would be too small */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.selection.dropdown > .search.icon,
|
.ui.selection.dropdown > .svg.search.icon,
|
||||||
.ui.selection.dropdown > .delete.icon,
|
.ui.selection.dropdown > .svg.delete.icon,
|
||||||
.ui.selection.dropdown > .dropdown.icon {
|
.ui.selection.dropdown > .svg.dropdown.icon {
|
||||||
top: 0 !important;
|
top: 0 !important; /* reset the ".ui.selection.dropdown > .xxx.icon {top}" if the icon is svg instead of the fomantic icon */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.dropdown.no-text > .dropdown.icon {
|
.ui.dropdown.no-text > .dropdown.icon {
|
||||||
|
Reference in New Issue
Block a user