[TELE-1277] avoid shorthand property specifying background-color

This commit is contained in:
Daniel Muyshond 2022-04-20 12:53:25 +02:00
parent c1397939dd
commit 15c3f7f48e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ div.gru-nav > ul > li a {
font-weight: normal;
text-transform: $nav-text-uppercase;
margin-right: 1px;
transition: background 0.2s, color 0.2s;
transition: background-color 0.2s, color 0.2s;
&:hover {
text-decoration: $nav-item-decoration;
}