We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937996c commit 99e6cdfCopy full SHA for 99e6cdf
web_src/css/base.css
@@ -2544,10 +2544,10 @@ table th[data-sortt-desc] .svg {
2544
height: auto; /* reset the ".ui.dropdown > .dropdown.icon {height}", otherwise the icon would be too small */
2545
}
2546
2547
-.ui.selection.dropdown > .search.icon,
2548
-.ui.selection.dropdown > .delete.icon,
2549
-.ui.selection.dropdown > .dropdown.icon {
2550
- top: 0 !important;
+.ui.selection.dropdown > .svg.search.icon,
+.ui.selection.dropdown > .svg.delete.icon,
+.ui.selection.dropdown > .svg.dropdown.icon {
+ top: 0 !important; /* reset the ".ui.selection.dropdown > .xxx.icon {top}" if the icon is svg instead of the fomantic icon */
2551
2552
2553
.ui.dropdown.no-text > .dropdown.icon {
0 commit comments