Winter.less: Properly apply snow effect to menu items
This commit is contained in:
parent
60dfbcbad9
commit
9a32be2f4e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue