bz-select

This commit is contained in:
STEINNI
2025-10-17 23:00:53 +00:00
parent 56c417a224
commit 8fb6dbb18b
2 changed files with 17 additions and 19 deletions

View File

@@ -32,6 +32,7 @@ bz-select option{
font-family: sans;
font-size: .9rem;
opacity: 0;
pointer-events: none;
transition:
margin-top 0.3s ease,
opacity 0.3s ease;
@@ -39,6 +40,7 @@ bz-select option{
bz-select option.open{
margin: 2px 0 0 0;
opacity: 1;
pointer-events: auto;
}
bz-select option:hover{
background-color: #44F;