Move hover effect from #eq to EQ page.
gitea/icedream/rekt-theme/master This commit looks good Details

header/meta/overlay^2
Icedream 2018-07-22 22:00:50 +02:00
parent 09909803c2
commit ffb38aac23
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 6 additions and 4 deletions

View File

@ -34,16 +34,18 @@
transform: scale(0%);
background-color: rgba(0, 0, 0, .75);
}
}
#bars {
display: none;
}
&:hover {
#eq {
.slider {
opacity: 1;
transform: scale(100%);
}
}
}
#bars {
display: none;
}
}
.eq {