We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847f854 commit 30668e0Copy full SHA for 30668e0
web_src/css/base.css
@@ -2540,10 +2540,10 @@ table th[data-sortt-desc] .svg {
2540
height: auto; /* reset the ".ui.dropdown > .dropdown.icon {height}", otherwise the icon would be too small */
2541
}
2542
2543
-.ui.selection.dropdown > .search.icon,
2544
-.ui.selection.dropdown > .delete.icon,
2545
-.ui.selection.dropdown > .dropdown.icon {
2546
- 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 */
2547
2548
2549
.ui.dropdown.no-text > .dropdown.icon {
0 commit comments