We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f6805 commit ea915e0Copy full SHA for ea915e0
web_src/css/base.css
@@ -2542,10 +2542,10 @@ table th[data-sortt-desc] .svg {
2542
height: auto; /* reset the ".ui.dropdown > .dropdown.icon {height}", otherwise the icon would be too small */
2543
}
2544
2545
-.ui.selection.dropdown > .search.icon,
2546
-.ui.selection.dropdown > .delete.icon,
2547
-.ui.selection.dropdown > .dropdown.icon {
2548
- 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 */
2549
2550
2551
.ui.dropdown.no-text > .dropdown.icon {
0 commit comments