Skip to content

Commit ea915e0

Browse files
committed
fix
1 parent 48f6805 commit ea915e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web_src/css/base.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2542,10 +2542,10 @@ table th[data-sortt-desc] .svg {
25422542
height: auto; /* reset the ".ui.dropdown > .dropdown.icon {height}", otherwise the icon would be too small */
25432543
}
25442544

2545-
.ui.selection.dropdown > .search.icon,
2546-
.ui.selection.dropdown > .delete.icon,
2547-
.ui.selection.dropdown > .dropdown.icon {
2548-
top: 0 !important;
2545+
.ui.selection.dropdown > .svg.search.icon,
2546+
.ui.selection.dropdown > .svg.delete.icon,
2547+
.ui.selection.dropdown > .svg.dropdown.icon {
2548+
top: 0 !important; /* reset the ".ui.selection.dropdown > .xxx.icon {top}" if the icon is svg instead of the fomantic icon */
25492549
}
25502550

25512551
.ui.dropdown.no-text > .dropdown.icon {

0 commit comments

Comments
 (0)