@@ -9083,6 +9083,8 @@ footer .copyright .logo {
background-color: #ececec; }
.shortnews__link {
text-decoration: none; }
+ .shortnews__link:hover {
+ text-decoration: none; }
.shortnews__imgcase {
position: relative; }
.shortnews__textpos {
@@ -47,6 +47,9 @@
&__link {
text-decoration: none;
+ &:hover {
+ text-decoration: none;
+ }
}
&__imgcase {