Contribution Date
Technology
Contribution Project
Contribution Details
1. I have removed
[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
/* This is required to win over specificity of [dir="rtl"] td */
text-align: center;
}
As above code doing the same
td.checkbox,
th.checkbox {
text-align: center;
}
2. Improved nesting. Please review
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0