Merge pull request #26028 from edx/saad/TNL-7820

[TNL-7820] - remove important rule for links on hover.
This commit is contained in:
Saad Yousaf
2021-01-13 12:02:41 +05:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ table {
a {
&:hover,
&:focus {
text-decoration: none !important;
text-decoration: none;
}
@media print {