Winter.less: Properly apply snow effect to menu items

This commit is contained in:
Johannes Meyer 2019-12-06 15:41:16 +01:00
parent 60dfbcbad9
commit 9a32be2f4e
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@
}
#menu ul.nav-level-1 > .nav-item {
&.selected > a {
background-color: transparent;
}
&:focus, &:hover {
background-image: url('../img/winter/snow1.png'), url('../img/winter/snow2.png'), url('../img/winter/snow3.png');
-webkit-animation: snow 10s linear infinite;