Still allow look at the unmasked banner

pull/79/head
Lim Chee Aun 2023-03-13 10:53:15 +08:00
rodzic aeb75fdea7
commit e4eafd2592
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -40,6 +40,12 @@
.account-container .header-banner:hover {
animation: position-object 5s ease-in-out 1s 5;
}
.account-container .header-banner:active {
mask-image: none;
}
.account-container .header-banner:active + header {
opacity: 0.5 !important;
}
@media (min-height: 480px) {
.account-container .header-banner {