usermenu hover background color changes

This commit is contained in:
balumahendran 2021-03-28 14:20:23 +05:30 committed by Dillon-Brown
parent 037fe63033
commit d9eacd5f78

View file

@ -239,11 +239,12 @@ ul.main li a,
}
.global-links-dropdown a:hover {
color: $salmon-pink;
color: $white;
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
-o-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
background: $dull-orange;
}
}