[TNL-7820] - remove important rule for links on hover.

This commit is contained in:
SaadYousaf
2021-01-11 14:35:53 +05:00
parent d303f7afd8
commit c6a661820f

View File

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