Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Fix sort icon size #369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/styles/md-table.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ table.md-table {
width: 16px;
font-size: 16px !important;
line-height: 16px !important;
min-height: 16px;
min-width: 16px;

&.md-sort-icon {
color: @md-dark-disabled;
Expand Down Expand Up @@ -223,4 +225,4 @@ table.md-table {
}
}
}
}
}